Update README.rst

This commit is contained in:
2017-05-16 12:03:06 -04:00
committed by GitHub
parent 8753f94968
commit 7d71ebf42e
+1 -1
View File
@@ -22,7 +22,7 @@ Pipenv: Sacred Marriage of Pipfile, Pip, & Virtualenv
---------------
**Pipenv** harnesses `Pipfile <https://github.com/pypa/pipfile>`_, `pip <https://github.com/pypa/pip>`_, and `virtualenv <https://github.com/pypa/virtualenv>`_ together in unison in a single, high-quality tool that is optimized for workflow efficiency and best practices.
**Pipenv** harnesses `Pipfile <https://github.com/pypa/pipfile>`_, `Pip <https://github.com/pypa/pip>`_, and `Virtualenv <https://github.com/pypa/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``).