Skip to content

Instantly share code, notes, and snippets.

@malhotrachetan
Last active June 1, 2019 08:39
Show Gist options
  • Save malhotrachetan/d9a35872c0e3bf500e8669e713006d22 to your computer and use it in GitHub Desktop.
Save malhotrachetan/d9a35872c0e3bf500e8669e713006d22 to your computer and use it in GitHub Desktop.
Install talib
apt-get install -y wget gcc build-essential python3-dev python3-setuptools
export PATH=/usr/local/bin:$PATH
git clone https://github.com/debuggermalhotra/install_libkloudtrader.git
cd install_libkloudtrader
./configure --prefix=/usr
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment