File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ brew install numpy
3131brew install scipy
3232brew install matplotlib
3333
34- echo " Create a virtual env "
34+ echo " Create QSTK directory "
3535mkdir ~ /QSTK
3636cd ~ /QSTK
37- virtualenv env --distribute --system-site-packages
38- source ~ /QSTK/env/bin/activate
37+ # virtualenv env --distribute --system-site-packages
38+ # source ~/QSTK/env/bin/activate
3939
4040echo " Install pandas, scikits"
4141pip install pandas
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ brew install numpy
3636brew install scipy
3737brew install matplotlib
3838
39- echo " Create a virtual env "
39+ echo " Create QSTK directory "
4040mkdir ~ /QSTK
4141cd ~ /QSTK
42- virtualenv env --distribute --system-site-packages
43- source ~ /QSTK/env/bin/activate
42+ # virtualenv env --distribute --system-site-packages
43+ # source ~/QSTK/env/bin/activate
4444
4545echo " Install pandas, scikits"
4646pip install pandas
@@ -54,5 +54,5 @@ curl -O https://spark-public.s3.amazonaws.com/compinvesting1/QSTK-Setups/Example
5454unzip Examples.zip
5555python Validation.py
5656
57- echo " Deactivating"
58- deactivate
57+ # echo "Deactivating"
58+ # deactivate
You can’t perform that action at this time.
0 commit comments