From c3a059258a3dfddf42abfedfb21561bcbe97bf5d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 16 May 2017 12:05:25 -0400 Subject: [PATCH] Update README.rst --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 7311df3f..6c9a52f7 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,11 @@ Pipenv automatically creates and manages the virtualenvs of your projects, as we .. image:: http://media.kennethreitz.com.s3.amazonaws.com/pipenv.gif +The propblems that Pipenv seeks to solve are multi-faceted: + +- When using Pipenv, you no longer need to use pip and virtualenv seperately. 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. + User Testimonials -----------------