Skip to content

Instantly share code, notes, and snippets.

@artiya4u
Last active July 9, 2022 14:29
Show Gist options
  • Save artiya4u/90a7f9ae59416da666f7665181b416ee to your computer and use it in GitHub Desktop.
Save artiya4u/90a7f9ae59416da666f7665181b416ee to your computer and use it in GitHub Desktop.
Install TA-Lib script
#!/usr/bin/env bash
sudo apt install build-essential wget -y
wget https://artiya4u.keybase.pub/TA-lib/ta-lib-0.4.0-src.tar.gz
tar -xvf ta-lib-0.4.0-src.tar.gz
cd ta-lib/
./configure --prefix=/usr
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment