-
-
Save djdeathdj/3102a6ee6878d35d3b38cd276fc3ec61 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dependences: | |
sudo apt-get update | |
sudo apt-get install build-essential | |
apt-get install python-dev | |
sudo pip install -U setuptools | |
Steps: | |
download from https://mrjbq7.github.io/ta-lib/install.html | |
untar tar -xvf ta-lib-0.4.0-src.tar.gz | |
cd /../ta-lib | |
./configure --prefix=/usr | |
make | |
sudo make install | |
sudo apt upgrade | |
pip install ta-lib or pip install TA-Lib | |
Check import talib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment