From 1e47301f5f4ddcdf74fbbae99dd06e2b27e0dbf4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 6 Sep 2017 15:05:27 -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 fb44ebd8..33536709 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ Pipenv: Sacred Marriage of Pipfile, Pip, & Virtualenv **Pipenv** — the officially recommended Python packaging tool from `Python.org `_, free (as in freedom). -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. Windows is a first–class citizen, in our world. +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. *Windows is a first–class citizen, in our world.* 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``).