Updated python_setup.sh and README

This commit is contained in:
2015-09-13 11:36:14 +01:00
parent ea1c9957f5
commit 5b790ebd6e
2 changed files with 3 additions and 3 deletions
+1 -3
View File
@@ -78,7 +78,5 @@ git submodule update --init --recursive
cd code/pysource/pysound/
git checkout dev
# set up python component of project
pip install --upgrade pip
pip install --upgrade setuptools
pip install ./
./setup_python.sh
+2
View File
@@ -2,4 +2,6 @@
pip install virtualenv
virtualenv ./
source ./bin/activate
pip install --upgrade pip
pip install --upgrade setuptools
pip install ./