for linux package mgr instructions, link to the new PyPUG section

This commit is contained in:
Marcus Smith 2015-09-23 16:58:20 -07:00
parent 57a5ebb9b2
commit 9dcfc887ee
1 changed files with 5 additions and 14 deletions

View File

@ -73,21 +73,12 @@ Install behind a proxy::
python get-pip.py --proxy="[user:passwd@]proxy.server:port"
Using OS Package Managers
-------------------------
On Linux, pip will generally be available for the system install of python using
the system package manager, although often the latest version will be
unavailable.
On Debian and Ubuntu::
sudo apt-get install python-pip
On Fedora::
sudo yum install python-pip
Using Linux Package Managers
----------------------------
See :ref:`pypug:Installing pip/setuptools/wheel with Linux Package Managers` in
the `Python Packaging User Guide
<https://packaging.python.org/en/latest/current/>`_.
.. _`Upgrading pip`: