From 6f42e1e2e0042d616cb72ecc15a73ffb5b49728c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 30 Aug 2017 22:12:01 -0400 Subject: [PATCH] Update advanced.rst --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 479debc3..37d697d1 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -137,7 +137,7 @@ This will install both ``pipenv`` and ``pew`` (one of our dependencies) in an is If you have a working installation of pip, and maintain certain "toolchain" type Python modules as global utilities in your user enviornment, pip `user installs `_ allow for installation into your home directory. Note that due to interaction between dependencies, you should limit tools installed in this way to basic building blocks for a Python workflow like virtualenv, pipenv, tox, and similar software. -To install,:: +To install:: $ pip install --user pipenv