File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ brew install scipy
32
32
brew install matplotlib
33
33
34
34
echo " Create a virtual env"
35
- mkdir QSTK
36
- cd QSTK
35
+ mkdir ~ / QSTK
36
+ cd ~ / QSTK
37
37
virtualenv env --distribute --system-site-packages
38
- source env/bin/activate
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 1
1
Metadata-Version: 1.1
2
2
Name: QSTK
3
- Version: 0.2.6a1
3
+ Version: 0.2.6
4
4
Summary: QuantSoftware Toolkit
5
5
Home-page: https://github.com/tucker777/QuantSoftwareToolkit
6
6
Author: Sourabh Bajaj
@@ -74,7 +74,7 @@ Description: ##QSTK
74
74
POSSIBILITY OF SUCH DAMAGE.
75
75
76
76
Platform: UNKNOWN
77
- Classifier: Development Status :: 3 - Alpha
77
+ Classifier: Development Status :: 5 - Production/Stable
78
78
Classifier: Environment :: Console
79
79
Classifier: Intended Audience :: Developers
80
80
Classifier: Intended Audience :: Education
Original file line number Diff line number Diff line change @@ -710,4 +710,4 @@ bin/converter.py
710
710
bin/csvformatter.py
711
711
bin/gen_nyse_dates.py
712
712
bin/investors_report.py
713
- docs/README.txt
713
+ docs/README.md
You can’t perform that action at this time.
0 commit comments