Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ Install pip, setuptools, and wheel
Be cautious if you're using a Python install that's managed by your
operating system or another package manager. get-pip.py does not
coordinate with those tools, and may leave your system in an
inconsistent state.
inconsistent state. You can use ``python get-pip.py --prefix=/usr/local/``
to install in ``/usr/local`` which is designed for locally-installed
software.


Optionally, Create a virtual environment
Expand Down