From 9dcfc887eeb8d1433487fa7bd192ccdf8e274514 Mon Sep 17 00:00:00 2001 From: Marcus Smith Date: Wed, 23 Sep 2015 16:58:20 -0700 Subject: [PATCH] for linux package mgr instructions, link to the new PyPUG section --- docs/installing.rst | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/docs/installing.rst b/docs/installing.rst index 39ce2f6d8..b921dbb09 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -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 +`_. .. _`Upgrading pip`: