Fixed python setup file. Linked install script to main directory

This commit is contained in:
2015-09-14 17:57:58 +01:00
parent 3f9036c1e4
commit dc3dd70512
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
pip install --upgrade pip
pip install --upgrade setuptools
pip install virtualenv
# Reload shell to use virtual env executable
exec $shell
virtualenv ./
source ./bin/activate
pip install numpy
Symlink
+1
View File
@@ -0,0 +1 @@
./code/install.sh