mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Update advanced.rst
This commit is contained in:
+1
-1
@@ -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 <https://pip.pypa.io/en/stable/user_guide/#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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user