Update INSTALL.md

This commit is contained in:
Alex Grin 2017-04-05 18:34:25 -04:00 committed by GitHub
parent 6f909f9654
commit 7a798616d6

View file

@ -25,8 +25,7 @@ sudo pip install virtualenv
On Ubuntu (we recommend 16.04), install the following: On Ubuntu (we recommend 16.04), install the following:
``` ```
sudo apt-get install libgmp3-dev build-essential python2.7 python2.7-dev \ sudo apt-get install libgmp3-dev build-essential python2.7 python2.7-dev python-pip git python-virtualenv libssl-dev libffi-dev python-protobuf
python-pip git python-virtualenv libssl-dev libffi-dev python-protobuf
``` ```
If you're running another Linux flavor, install the equivalent of the above packages for your system. If you're running another Linux flavor, install the equivalent of the above packages for your system.