by numrut
GitHub Readme.md
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
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
Copy the snippet above into CLI.