From 7a798616d61cca54d20c0570cb8d7489654e0492 Mon Sep 17 00:00:00 2001 From: Alex Grin Date: Wed, 5 Apr 2017 18:34:25 -0400 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 3cef7cf7c..baec6d62c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -25,8 +25,7 @@ sudo pip install virtualenv On Ubuntu (we recommend 16.04), install the following: ``` -sudo apt-get install libgmp3-dev build-essential python2.7 python2.7-dev \ - python-pip git python-virtualenv libssl-dev libffi-dev python-protobuf +sudo apt-get install libgmp3-dev build-essential python2.7 python2.7-dev 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.