提交 cae9f92c 编写于 作者: C Carl Meyer 提交者: Jannis Leidel

Fixed #302 -- Updated github raw links for get-pip.py.

上级 5250e1c9
......@@ -34,10 +34,10 @@ operating system's package manager or install it manually::
Using the installer
-------------------
Download `get-pip.py <https://github.com/pypa/pip/raw/master/contrib/get-pip.py>`_
Download `get-pip.py <https://raw.github.com/pypa/pip/master/contrib/get-pip.py>`_
and execute it, using the Python interpreter of your choice::
$ curl -O https://github.com/pypa/pip/raw/master/contrib/get-pip.py
$ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
$ python get-pip.py
This may have to be run as root.
......
......@@ -31,11 +31,11 @@ Beta release mid-July 2011, final release early August.
* Fixed uninstall of packages from system Python for users of Debian/Ubuntu
python-setuptools package (workaround until fixed in Debian and Ubuntu).
* Added `get-pip.py <https://github.com/pypa/pip/raw/master/contrib/get-pip.py>`_
* Added `get-pip.py <https://raw.github.com/pypa/pip/master/contrib/get-pip.py>`_
installer. Simply download and execute it, using the Python interpreter of
your choice::
$ curl -O https://github.com/pypa/pip/raw/master/contrib/get-pip.py
$ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
$ python get-pip.py
This may have to be run as root.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册