Replace mention of easy_install with pip

easy_install is insecure and should never be used.

Change-Id: I051b7d3554222a36ac0e7e77bbfb8481eae0ea14
This commit is contained in:
Monty Taylor 2016-12-09 16:45:53 -06:00 committed by sslipushenko
parent d6b5f7f2ab
commit 165e1877c7
1 changed files with 5 additions and 5 deletions

View File

@ -8,14 +8,10 @@ Ubuntu 14 and 16 LTS.
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 easy_install -U pip``
``sudo easy_install -U virtualenv``
Install RefStack UI dependencies
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -``
@ -68,6 +64,10 @@ Clone the repository
``source .venv/bin/activate``
**Update pip**
``pip install -U pip``
Install RefStack application
^^^^^^^^^^^^^^^^^^^^^^^^^^^^