heroku-buildpack-python-talib

by numrut

README.md

Heroku Python TA-Lib package

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

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

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/numrut/heroku-buildpack-python-talib.git

For existing applications:

$ heroku buildpacks:set https://github.com/numrut/heroku-buildpack-python-talib.git -a YOUR_APP_NAME