Draft 1 of cross-platform bash script is complete, but more testing needs to be done

This commit is contained in:
Slater-Victoroff
2013-05-31 10:14:28 -04:00
parent 5883ee8a5a
commit b2cd6915e4
3 changed files with 63 additions and 24 deletions

View File

@@ -105,6 +105,8 @@ pip install -U numpy
pip install cython
# fixes problem with scipy on 10.8
pip install -e git+https://github.com/scipy/scipy#egg=scipy-dev
#Installing django
pip install django
# Install prereqs
echo "Installing prereqs"