From 7d71ebf42edcae6844149f15340691cc7a4254f8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 16 May 2017 12:03:06 -0400 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 67bae084..7311df3f 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ Pipenv: Sacred Marriage of Pipfile, Pip, & Virtualenv --------------- -**Pipenv** harnesses `Pipfile `_, `pip `_, and `virtualenv `_ together in unison in a single, high-quality tool that is optimized for workflow efficiency and best practices. +**Pipenv** harnesses `Pipfile `_, `Pip `_, and `Virtualenv `_ together in unison to create a single, high-quality tool that is optimized for workflow efficiency and best practices. Pipenv automatically creates and manages the virtualenvs of your projects, as well as adds/removes packages from your ``Pipfile`` as you install/uninstall packages. The ``lock`` command generates a lockfile (``Pipfile.lock``).