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
3232brew install matplotlib
3333
3434echo " Create a virtual env"
35- mkdir QSTK
36- cd QSTK
35+ mkdir ~ / QSTK
36+ cd ~ / QSTK
3737virtualenv env --distribute --system-site-packages
38- source env/bin/activate
38+ source ~ /QSTK/ env/bin/activate
3939
4040echo " Install pandas, scikits"
4141pip install pandas
Original file line number Diff line number Diff line change 11Metadata-Version: 1.1
22Name: QSTK
3- Version: 0.2.6a1
3+ Version: 0.2.6
44Summary: QuantSoftware Toolkit
55Home-page: https://github.com/tucker777/QuantSoftwareToolkit
66Author: Sourabh Bajaj
@@ -74,7 +74,7 @@ Description: ##QSTK
7474 POSSIBILITY OF SUCH DAMAGE.
7575
7676Platform: UNKNOWN
77- Classifier: Development Status :: 3 - Alpha
77+ Classifier: Development Status :: 5 - Production/Stable
7878Classifier: Environment :: Console
7979Classifier: Intended Audience :: Developers
8080Classifier: Intended Audience :: Education
Original file line number Diff line number Diff line change @@ -710,4 +710,4 @@ bin/converter.py
710710bin/csvformatter.py
711711bin/gen_nyse_dates.py
712712bin/investors_report.py
713- docs/README.txt
713+ docs/README.md
You can’t perform that action at this time.
0 commit comments