Skip to content

Commit a1e1dbd

Browse files
author
Kenneth Reitz
committed
Merge remote-tracking branch 'origin/master'
2 parents 12f2889 + 538ef6e commit a1e1dbd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Example usage:
3333
Successfully installed Flask Werkzeug Jinja2
3434
Cleaning up...
3535

36+
You can also add it to upcoming builds of an existing application:
37+
38+
$ heroku config:add BUILDPACK_URL=git@github.com:heroku/heroku-buildpack-python.git
39+
3640
The buildpack will detect your app as Python if it has the file `requirements.txt` in the root. It will detect your app as Python/Django if there is an additional `settings.py` in a project subdirectory.
3741

3842
It will use virtualenv and pip to install your dependencies, vendoring a copy of the Python runtime into your slug. The `bin/`, `include/` and `lib/` directories will be cached between builds to allow for faster pip install time.

0 commit comments

Comments
 (0)