Skip to content

Instantly share code, notes, and snippets.

View VietnameseRick's full-sized avatar
🎯
Focusing

VietnameseRick

🎯
Focusing
View GitHub Profile
@VietnameseRick
VietnameseRick / install-talib-ubuntu.sh
Created February 6, 2023 08:25 — forked from preritdas/install-talib-ubuntu.sh
A complete standalone script for the tricky installation of TA-Lib on Ubuntu.
sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y
sudo apt install wget -y
sudo add-apt-repository ppa:deadsnakes/ppa -y
sudo apt-get install build-essential -y
sudo apt install python3.10-dev -y
sudo apt-get install python3-dev -y
wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
tar -xzf ta-lib-0.4.0-src.tar.gz
cd ta-lib