From 385c7e22cf99936b90cc3cefe374040bde0cd72d Mon Sep 17 00:00:00 2001 From: msincenselee Date: Thu, 23 Jan 2020 21:45:01 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=89=E8=A3=85]=20windows=E4=B8=8B?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E6=8C=87=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- win64_py37.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 win64_py37.txt diff --git a/win64_py37.txt b/win64_py37.txt new file mode 100644 index 00000000..47df2b07 --- /dev/null +++ b/win64_py37.txt @@ -0,0 +1,9 @@ +conda create --name py37 python=3.7 +conda activate py37 + +pip install PyQt5 + +pip install http://conda.vnpy.com/pip/wheels/TA_Lib-0.4.17-cp37-cp37m-win_amd64.whl +pip install ta-lib + +pip install -r requirements.txt