From 54b1b8f828e5032008aa8947904d546cda97d1a7 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Aug 10 2021 10:10:12 +0000 Subject: Pipenv is no longer officially recommended --- diff --git a/README.md b/README.md index ed7026f..e1293b7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Pipenv -The officially recommended Python packaging tool that aims to bring -the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) -to the Python world. It automatically creates and manages a virtualenv for +Tool that aims to bring the best of all packaging worlds +(bundler, composer, npm, cargo, yarn, etc.) to the Python world. +It automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your Pipfile as you install/uninstall packages. It also generates the ever–important Pipfile.lock, which is used to produce deterministic builds.