Commit 2401e01
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
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments