From 8753f949682016ed68ce4609e51a462aef3ab305 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 16 May 2017 12:02:25 -0400 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 506f6bc1..67bae084 100644 --- a/README.rst +++ b/README.rst @@ -22,9 +22,9 @@ Pipenv: Sacred Marriage of Pipfile, Pip, & Virtualenv --------------- -**Pipenv** is a project that aims to bring the best of all packaging worlds to the Python world in a single tool — harnessesing `Pipfile `_, `pip `_, and `virtualenv `_ together in unison. It also features very pretty terminal colors. +**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 automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your ``Pipfile`` as you install/uninstall packages. The ``lock`` command generates a lockfile (``Pipfile.lock``). +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``). .. image:: http://media.kennethreitz.com.s3.amazonaws.com/pipenv.gif