增加requirements.txt

This commit is contained in:
vn.py 2017-06-05 17:37:13 +08:00
parent 98401a3089
commit c8274f3a0f
2 changed files with 5 additions and 1 deletions

View File

@ -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

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
pymongo
websocket-client
msgpack-python
qdarkstyle