From 4b330d0e9fec401bcbf3fb1c425c31c9f2e93617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Job=20Evers=E2=80=90Meltzer?= Date: Thu, 27 Oct 2016 09:25:06 -0500 Subject: [PATCH] Update Installation instructions --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index ccce3802e..4d67c9bce 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -33,7 +33,7 @@ On Ubuntu or Mint you can install the prerequisites by running ``` sudo apt-get install libgmp3-dev build-essential python2.7 python2.7-dev \ - python-pip git python-virtualenv + python-pip git python-virtualenv libssl-dev libffi-dev ``` ##### OSX and Linux Installation