Skip to content

Commit 590900f

Browse files
committed
macinstallation changes
1 parent 17c7c43 commit 590900f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

MacInstallation.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ brew install scipy
3232
brew install matplotlib
3333

3434
echo "Create a virtual env"
35-
mkdir QSTK
36-
cd QSTK
35+
mkdir ~/QSTK
36+
cd ~/QSTK
3737
virtualenv env --distribute --system-site-packages
38-
source env/bin/activate
38+
source ~/QSTK/env/bin/activate
3939

4040
echo "Install pandas, scikits"
4141
pip install pandas

QSTK.egg-info/PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.1
22
Name: QSTK
3-
Version: 0.2.6a1
3+
Version: 0.2.6
44
Summary: QuantSoftware Toolkit
55
Home-page: https://github.com/tucker777/QuantSoftwareToolkit
66
Author: Sourabh Bajaj
@@ -74,7 +74,7 @@ Description: ##QSTK
7474
POSSIBILITY OF SUCH DAMAGE.
7575

7676
Platform: UNKNOWN
77-
Classifier: Development Status :: 3 - Alpha
77+
Classifier: Development Status :: 5 - Production/Stable
7878
Classifier: Environment :: Console
7979
Classifier: Intended Audience :: Developers
8080
Classifier: Intended Audience :: Education

QSTK.egg-info/SOURCES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,4 +710,4 @@ bin/converter.py
710710
bin/csvformatter.py
711711
bin/gen_nyse_dates.py
712712
bin/investors_report.py
713-
docs/README.txt
713+
docs/README.md

0 commit comments

Comments
 (0)