Skip to content

Instantly share code, notes, and snippets.

@djdeathdj
Forked from brunocapelao/Install TA-Lib Linux
Created December 9, 2021 17:41
Show Gist options
  • Save djdeathdj/3102a6ee6878d35d3b38cd276fc3ec61 to your computer and use it in GitHub Desktop.
Save djdeathdj/3102a6ee6878d35d3b38cd276fc3ec61 to your computer and use it in GitHub Desktop.
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