Merge "Replace mention of easy_install with pip"
This commit is contained in:
commit
9f7e09c2a3
@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user