From c8274f3a0f9e3758c09c1b75420b49c82d5bf8c1 Mon Sep 17 00:00:00 2001 From: "vn.py" Date: Mon, 5 Jun 2017 17:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0requirements.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.bat | 2 +- requirements.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/install.bat b/install.bat index 1e76de77..a3d9195f 100644 --- a/install.bat +++ b/install.bat @@ -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 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..6f7c08a4 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +pymongo +websocket-client +msgpack-python +qdarkstyle \ No newline at end of file