From ca3a0ef062fc3e24d5f238fb740b1355501308bb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 20 Sep 2017 13:39:36 -0400 Subject: [PATCH] simplify Signed-off-by: Kenneth Reitz --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index b87ccb47..4acedfc4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,7 +39,7 @@ It automatically creates and manages a virtualenv for your projects, as well as 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. +- 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. - Hashes are used everywhere, always. Security. - Give you insight into your dependency graph (e.g. ``$ pipenv graph``).