Skip to content

Instantly share code, notes, and snippets.

@tristanz
Created April 12, 2015 21:26
Show Gist options
  • Save tristanz/49177899482d3f85e6fc to your computer and use it in GitHub Desktop.
Save tristanz/49177899482d3f85e6fc to your computer and use it in GitHub Desktop.
TA-Lib on Sense
mkdir ~/usr
wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
tar -zxvf ta-lib-0.4.0-src.tar.gz
cd ta-lib
./configure --prefix=$HOME/usr
make
make install
cd ..
rm -rf ta-lib
pip install --allow-external TA-Lib --allow-unverified TA-lib --user
--global-option=build_ext --global-option="-I/home/sense/usr/include" --global-option="-L/home/sense/usr/lib" TA-Lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment