Update index.rst

This commit is contained in:
2017-08-30 20:46:14 -04:00
committed by GitHub
parent 7fce2aeee7
commit e37a2da59c
+6
View File
@@ -32,6 +32,12 @@ It automatically creates and manages a virtualenv for your projects, as well as
.. image:: http://media.kennethreitz.com.s3.amazonaws.com/pipenv.gif
The problems that Pipenv seeks to solve are multi-faceted:
- When using Pipenv, you no longer need to use ``pip`` and ``virtualenv`` separately. They work together.
- Managing a ``requirements.txt`` file `can be problematic <https://www.kennethreitz.org/essays/a-better-pip-workflow>`_, so Pipenv uses the upcoming ``Pipfile`` and ``Pipfile.lock`` instead, which is superior for basic use cases.
Install Pipenv Today!
---------------------