diff --git a/README.md b/README.md index 6479bf8ea..bd01adcf2 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ if not feel free to raise a github issue. ##### Prerequisites * python3 * sqlite +* [TA-lib](https://github.com/mrjbq7/ta-lib#dependencies) binaries ##### Install ``` diff --git a/requirements.txt b/requirements.txt index 934380d1c..55467bb38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,5 @@ matplotlib==2.0.2 PYQT5==5.9 scikit-learn==0.19.0 scipy==0.19.1 -stockstats==0.2.0 \ No newline at end of file +stockstats==0.2.0 +TA-Lib==0.4.10 \ No newline at end of file