diff --git a/docs/index.rst b/docs/index.rst index 132f0fbc..9df091df 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `_, so Pipenv uses the upcoming ``Pipfile`` and ``Pipfile.lock`` instead, which is superior for basic use cases. + + Install Pipenv Today! ---------------------