1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Added link to canonical Python docs for user installation scheme; updated AUTHORS.

This commit is contained in:
Carl Meyer 2012-01-22 13:51:18 -07:00
parent a25a3ca891
commit 6e01091d22
2 changed files with 4 additions and 1 deletions

View file

@ -24,6 +24,7 @@ Kenneth Belitzky
Kumar McMillan
Luke Macken
Masklinn
Marcus Smith
Matt Maker
Nowell Strite
Oliver Tonnhofer
@ -33,6 +34,7 @@ Paul Nasrat
Paul Oswald
Paul van der Linden
Peter Waller
Piet Delport
Qiangning Hong
Rene Dudfield
Ronny Pfannschmidt

View file

@ -91,7 +91,8 @@ option to use pip and virtualenv in your buildouts.
Using pip with the "user scheme"
--------------------------------
With Python 2.6 came the "user scheme" for installation, which means that all
With Python 2.6 came the `"user scheme" for installation
<http://docs.python.org/install/index.html#alternate-installation-the-user-scheme>`_, which means that all
Python distributions support an alternative install location that is specific to a user.
The default location for each OS is explained in the python documentation
for the `site.USER_BASE <http://docs.python.org/library/site.html#site.USER_BASE>`_ variable.