sykuang / heroku-buildpack-python-talib

Heroku Buildpack with Python TA-Lib package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Heroku Buildpack with Python TA-Lib package

License:MIT License


Languages

Language:Shell 100.0%