TA-Lib / ta-lib-python

Python wrapper for TA-Lib (http://ta-lib.org/).
http://ta-lib.github.io/ta-lib-python
Other
9.49k stars 1.74k forks source link

Use TA_INCLUDE_PATH and TA_LIBRARY_PATH on win32 #483

Closed mkelly1495 closed 2 years ago

mkelly1495 commented 2 years ago

This is a fix for issue #482 . The update code utilizes the TA_INCLUDE_PATH and TA_LIBRARY_PATH environment variables for win32 install if they have been defined.

mrjbq7 commented 2 years ago

On mac/linux we add those paths to the list of possible paths, I wonder if we should do the same on windows...

Thanks for the contribution!

mrjbq7 commented 2 years ago

Fixed by fbc436ba372d76063ccbe3d4d25e54945af40383.