Replace mention of easy_install with pip
easy_install is insecure and should never be used. Change-Id: I051b7d3554222a36ac0e7e77bbfb8481eae0ea14
This commit is contained in:
parent
d6b5f7f2ab
commit
165e1877c7
@ -8,14 +8,10 @@ Ubuntu 14 and 16 LTS.
|
|||||||
Install API dependencies
|
Install API dependencies
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
``sudo apt-get install git python-dev libssl-dev python-setuptools build-essential libffi-dev``
|
``sudo apt-get install git python-dev python-virtualenv libssl-dev build-essential libffi-dev``
|
||||||
|
|
||||||
``sudo apt-get install mysql-server python-mysqldb``
|
``sudo apt-get install mysql-server python-mysqldb``
|
||||||
|
|
||||||
``sudo easy_install -U pip``
|
|
||||||
|
|
||||||
``sudo easy_install -U virtualenv``
|
|
||||||
|
|
||||||
Install RefStack UI dependencies
|
Install RefStack UI dependencies
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
``curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -``
|
``curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -``
|
||||||
@ -68,6 +64,10 @@ Clone the repository
|
|||||||
|
|
||||||
``source .venv/bin/activate``
|
``source .venv/bin/activate``
|
||||||
|
|
||||||
|
**Update pip**
|
||||||
|
|
||||||
|
``pip install -U pip``
|
||||||
|
|
||||||
Install RefStack application
|
Install RefStack application
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user