heroku-buildpack-python-talib icon indicating copy to clipboard operation
heroku-buildpack-python-talib copied to clipboard

Heroku Buildpack with Python TA-Lib package

Heroku Python TA-Lib package

This buildpack should be used in conjunction with the official Heroku Python buildpack.

~ $ heroku buildpacks:add --index 1 heroku/python
~ $ heroku buildpacks:add --index 2 numrut/ta-lib

Using the latest buildpack code

The numrut/ta-lib buildpack from the Heroku Buildpack Registry contains the latest stable version of the buildpack. If you'd like to use the latest buildpack code from this Github repository, you can set your buildpack to the Github URL:

~ $ heroku buildpacks:add --index 2 https://github.com/numrut/heroku-buildpack-python-talib