Fully automate prepare.sh

This commit is contained in:
Gus Naughton
2015-09-13 22:43:23 -04:00
parent 4c0ea9b760
commit 91a862e738

View File

@@ -1,4 +1,4 @@
#!/bin/sh
sudo apt-get install build-essential python-dev python-pip libffi-dev
sudo apt-get install build-essential python-dev python-pip libffi-dev -y
pip install -r requirements.txt