Skip to content

Instantly share code, notes, and snippets.

@Canx
Last active January 17, 2024 18:34
Show Gist options
  • Save Canx/9339e2e07ad17614fa097a0dd58f18dc to your computer and use it in GitHub Desktop.
Save Canx/9339e2e07ad17614fa097a0dd58f18dc to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get install autoconf automake libtool
git clone https://github.com/TA-Lib/ta-lib.git
cd ta-lib
chmod +x autogen.sh
./autogen.sh
./configure
make
sudo make install
# Instalamos Ta-lib para python
pip install Ta-Lib
# Instalamos pandas y pandas_ta
pip install pandas pandas_ta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment