File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ brew install numpy
31
31
brew install scipy
32
32
brew install matplotlib
33
33
34
- echo " Create a virtual env "
34
+ echo " Create QSTK directory "
35
35
mkdir ~ /QSTK
36
36
cd ~ /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
39
39
40
40
echo " Install pandas, scikits"
41
41
pip install pandas
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ brew install numpy
36
36
brew install scipy
37
37
brew install matplotlib
38
38
39
- echo " Create a virtual env "
39
+ echo " Create QSTK directory "
40
40
mkdir ~ /QSTK
41
41
cd ~ /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
44
44
45
45
echo " Install pandas, scikits"
46
46
pip install pandas
@@ -54,5 +54,5 @@ curl -O https://spark-public.s3.amazonaws.com/compinvesting1/QSTK-Setups/Example
54
54
unzip Examples.zip
55
55
python Validation.py
56
56
57
- echo " Deactivating"
58
- deactivate
57
+ # echo "Deactivating"
58
+ # deactivate
You can’t perform that action at this time.
0 commit comments