Update pypi url to new url

Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I49a5d6d83a1384698fce36b416e343b038aad87b
This commit is contained in:
Tuan Do Anh 2018-07-12 14:50:55 +07:00
parent c755dea3e3
commit b039ad331f
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ The source install instructions specifically avoid using platform specific
packages. Instead, we recommend using the source for the code and the Python
Package Index (PyPi_) for development environment installations..
.. _PyPi: http://pypi.python.org/pypi
.. _PyPi: https://pypi.org/project/pypi
It's expected that your system already has python_, pip_, and git_ available.