Skip to content

Commit

Permalink
增加requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy-dev-01 committed Jun 5, 2017
1 parent 98401a3 commit c8274f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion install.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
::Install Python Modules
pip install pymongo websocket-client msgpack-python qdarkstyle
pip install -r requirements.txt

::Install Ta-Lib
conda install -c quantopian ta-lib=0.4.9
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pymongo
websocket-client
msgpack-python
qdarkstyle

0 comments on commit c8274f3

Please sign in to comment.