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

remove yum/apt-get instructions, since they will likely install non-ssl versions for awhile

This commit is contained in:
Marcus Smith 2013-02-17 21:58:34 -08:00
parent f72ddaaed9
commit a2ba2dca7a

View file

@ -68,21 +68,6 @@ If installing pip using a linux package manager, these requirements will be inst
support Python 3.X.
Using a Package Manager
+++++++++++++++++++++++
On Linux, pip is packaged by most distributions. For instance, on an Ubuntu
system, you can install it with::
$ sudo apt-get install python-pip
On a Fedora system, you can install it with::
$ yum install python-pip
The latest versions of pip may not be available using this method.
Using get-pip
+++++++++++++