diff --git a/README.rst b/README.rst index 24cd6cb7..a70d74be 100644 --- a/README.rst +++ b/README.rst @@ -18,9 +18,7 @@ Pipenv: Python Development Workflow for Humans --------------- -**Pipenv** — the tool for managing application dependencies from `PyPA `__, free (as in freedom). - -Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. *Windows is a first–class citizen, in our world.* +**Pipenv** is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. *Windows is a first–class citizen, in our 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. diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index ae487f48..9d0c41f5 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -26,6 +26,10 @@

Other Projects

+ +

More Kenneth Reitz projects: