From 9bdc1c7aa07f3669766dd4d65ecdb94d7d6a9e8e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 9 Sep 2017 12:54:20 -0400 Subject: [PATCH] docs 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 644121cb..d9f4f7c9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -79,7 +79,7 @@ User Testimonials - Automatically creates a virtualenv in a standard location. - Automatically adds packages to a Pipfile when they are installed. - Automatically removes packages from a Pipfile when they are un-installed. -- Also automatically updates pip. +- Also automatically updates pip and itself, when asked. The main commands are ``install``, ``uninstall``, and ``lock``, which generates a ``Pipfile.lock``. These are intended to replace ``$ pip install`` usage, as well as manual virtualenv management (to activate a virtualenv, run ``$ pipenv shell``).