From e37a2da59c9d124205cb5cdcf76a4cf9c3c01057 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 30 Aug 2017 20:46:14 -0400 Subject: [PATCH] Update index.rst --- docs/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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! ---------------------