From 3fc1b79ab9c9403c2aedc28d0e8a89be4dbf0ac0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 16 May 2017 11:59:45 -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 7139fc63..506f6bc1 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. It harnesses `Pipfile `_, `pip `_, and `virtualenv `_ into one single toolchain. It features very pretty terminal colors. +**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. -It 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 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``). .. image:: http://media.kennethreitz.com.s3.amazonaws.com/pipenv.gif