From 803cd98fef587cd6349c3cea96fe7e02ecbb2287 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Thu, 1 Jun 2017 14:23:57 -0400 Subject: [PATCH] add raspbian instructions --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index baec6d62c..b66814d26 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -28,6 +28,8 @@ 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 ``` +On Raspbian, you will also need to install `python-pyparsing`. + If you're running another Linux flavor, install the equivalent of the above packages for your system. ### Windows Prerequisites