File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,17 @@ warnings.warn('Cannot find ta-lib library, installation may fail.')
4545This typically means `` setup.py `` can't find the underlying `` TA-Lib ``
4646library, a dependency which needs to be installed.
4747
48+ If you installed the underlying `` TA-Lib `` library with a custom prefix
49+ (e.g., with `` ./configure --prefix=$PREFIX `` ), then when you go to install
50+ this python wrapper you can specify additional search paths to find the
51+ library and include files for the TA-Lib C library:
52+
53+ ``sh
54+ $ export TA_LIBRARY_PATH=$PREFIX/lib
55+ $ export TA_INCLUDE_PATH=$PREFIX/include
56+ $ python setup.py install # or pip install ta-lib
57+ ``
58+
4859Sometimes installation will produce build errors like this:
4960
5061```
You can’t perform that action at this time.
0 commit comments