Update some installation instructions
Old installation instructions are outdated, will happen "HTTP request sent, awaiting response ... 404 Not Found 2016-09-09 02:21:09 ERROR 404:. Not Found " I think it should update instructions, and I think the way is to let the user to download on this page, because the relationship between md5 can not generate a fixed format Change-Id: I1baf30a59969b003abb044e12617609f2d213a39
This commit is contained in:
parent
7c46c3734d
commit
a72cd32fb9
@ -88,19 +88,21 @@ Some packages in Ubuntu repositories are outdated. Please make sure to update to
|
||||
|
||||
Use latest setuptools:
|
||||
|
||||
Go https://pypi.python.org/pypi/setuptools, download the lastest source setuptools, and move it under ~
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ cd ~
|
||||
$ wget https://pypi.python.org/packages/source/s/setuptools/setuptools-{{latest}}.tar.gz
|
||||
$ tar xfvz setuptools-{{latest}}.tar.gz
|
||||
$ cd setuptools-{{latest}}
|
||||
$ python setup.py install --user
|
||||
|
||||
Use latest pip:
|
||||
|
||||
Go https://pypi.python.org/pypi/pip, download the lastest source pip, and move it under ~
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ wget https://pypi.python.org/packages/source/p/pip/pip-{{latest}}.tar.gz
|
||||
$ tar xfvz pip-{{latest}}.tar.gz
|
||||
$ cd pip-{{latest}}
|
||||
$ python setup.py install --user
|
||||
|
Loading…
Reference in New Issue
Block a user