Skip to content

Instantly share code, notes, and snippets.

@javamon1174
Forked from brunocapelao/Install TA-Lib Linux
Created December 18, 2019 23:26
Show Gist options
  • Save javamon1174/33bf9f5ef3761de80a60f43f528b0e5f to your computer and use it in GitHub Desktop.
Save javamon1174/33bf9f5ef3761de80a60f43f528b0e5f 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
@javamon1174
Copy link
Author

우분투 ta-lib 설치하는 방법

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment