Skip to content

Commit 2401e01

Browse files
committed
Change install docs to use --user
This changes the install docs to use `pip install --user` instead of `pip install --install-option="--user"`. `--user` is indeed the option to use for a user-scheme installation. See http://pip.readthedocs.org/en/latest/user_guide.html#user-installs.
1 parent 028fc3b commit 2401e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ or::
104104

105105
An alternative to installing it into the global site-packages is to
106106
add it to `your user local directory
107-
<http://docs.python.org/install/index.html#alternate-installation-the-home-scheme>`__
107+
<http://docs.python.org/install/index.html#alternate-installation-the-user-scheme>`__
108108
(usually `~/.local`).
109109

110110
::
111111

112-
$ pip install --install-option="--user" virtualenvwrapper
112+
$ pip install --user virtualenvwrapper
113113

114114
.. _install-shell-config:
115115

0 commit comments

Comments
 (0)