From a72cd32fb9ca43590eb77130af954d2e0a8a5362 Mon Sep 17 00:00:00 2001 From: jiansong Date: Fri, 9 Sep 2016 02:36:01 -0700 Subject: [PATCH] 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 --- doc/source/dev/manual_install.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/source/dev/manual_install.rst b/doc/source/dev/manual_install.rst index ea228ae7ab..1d8a596359 100644 --- a/doc/source/dev/manual_install.rst +++ b/doc/source/dev/manual_install.rst @@ -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