增加requirements.txt
This commit is contained in:
parent
98401a3089
commit
c8274f3a0f
@ -1,5 +1,5 @@
|
|||||||
::Install Python Modules
|
::Install Python Modules
|
||||||
pip install pymongo websocket-client msgpack-python qdarkstyle
|
pip install -r requirements.txt
|
||||||
|
|
||||||
::Install Ta-Lib
|
::Install Ta-Lib
|
||||||
conda install -c quantopian ta-lib=0.4.9
|
conda install -c quantopian ta-lib=0.4.9
|
||||||
|
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pymongo
|
||||||
|
websocket-client
|
||||||
|
msgpack-python
|
||||||
|
qdarkstyle
|
Loading…
Reference in New Issue
Block a user