diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-01-14 17:05:03 +0200 |
---|---|---|
committer | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-01-14 17:05:03 +0200 |
commit | 20efb6fad4edf47fc56a1bcf44a7d1e5d646d02f (patch) | |
tree | d7dfcacb7440b0d2dea394ba368c9c570a01835d /docs/deprecated | |
parent | 583836fd4110a03ac45a0e26ae58f54046de124b (diff) | |
download | python-setuptools-git-20efb6fad4edf47fc56a1bcf44a7d1e5d646d02f.tar.gz |
Use Sphinx :pep: role to link directly to PEPs
Diffstat (limited to 'docs/deprecated')
-rw-r--r-- | docs/deprecated/easy_install.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/deprecated/easy_install.rst b/docs/deprecated/easy_install.rst index 3cf3bea9..ab3d38a0 100644 --- a/docs/deprecated/easy_install.rst +++ b/docs/deprecated/easy_install.rst @@ -989,9 +989,7 @@ The following section lists only the easiest and most relevant approaches [1]_. `Use "virtualenv"`_ -.. [1] There are older ways to achieve custom installation using various ``easy_install`` and ``setup.py install`` options, combined with ``PYTHONPATH`` and/or ``PYTHONUSERBASE`` alterations, but all of these are effectively deprecated by the User scheme brought in by `PEP-370`_. - -.. _PEP-370: http://www.python.org/dev/peps/pep-0370/ +.. [1] There are older ways to achieve custom installation using various ``easy_install`` and ``setup.py install`` options, combined with ``PYTHONPATH`` and/or ``PYTHONUSERBASE`` alterations, but all of these are effectively deprecated by the User scheme brought in by :pep:`370`. Use the "--user" option |