Last active
June 1, 2019 08:39
-
-
Save malhotrachetan/d9a35872c0e3bf500e8669e713006d22 to your computer and use it in GitHub Desktop.
Install talib
This file contains 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
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