From c2d7854d62c1fa492db594575b416a3dd8fbba94 Mon Sep 17 00:00:00 2001 From: Janne Sinivirta Date: Fri, 1 Sep 2017 21:39:22 +0300 Subject: [PATCH] add TA-lib dependency --- README.md | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ce7cc770..e8997a017 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ if not feel free to raise a github issue. ##### Prerequisites * python3.6 * sqlite +* [TA-lib](https://github.com/mrjbq7/ta-lib#dependencies) binaries ##### Install ``` diff --git a/requirements.txt b/requirements.txt index ca6ef974a..d4c164adc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,5 @@ PYQT5==5.9 scikit-learn==0.19.0 scipy==0.19.1 stockstats==0.2.0 -jsonschema==2.6.0 \ No newline at end of file +jsonschema==2.6.0 +TA-Lib==0.4.10 \ No newline at end of file