add raspbian instructions

This commit is contained in:
Alex Grintsvayg 2017-06-01 14:23:57 -04:00
parent 17b692d258
commit 803cd98fef

View file

@ -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