From 8d86a5548f5f1be68a02f6cbca74255f309f5c1a Mon Sep 17 00:00:00 2001 From: lenak25 Date: Mon, 12 Mar 2018 18:04:38 +0200 Subject: [PATCH] DOC: add ta_lib troubleshooting to the docs --- docs/source/install.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/source/install.rst b/docs/source/install.rst index 0bd3ff48..e4ae99dd 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -314,6 +314,16 @@ Troubleshooting ``pip`` Install $ sudo apt-get install python-dev +---- + +**Issue**: + Missing TA_Lib + +**Solution**: + Follow `these instructions + `_ to install the TA_Lib Python wrapper + (and if needed, its underlying C library as well). + .. _pipenv: Installing with ``pipenv``