Skip to content
Snippets Groups Projects
Commit b2e12f9e authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

Update Readme.md

parent 44f8e393
No related branches found
No related tags found
No related merge requests found
...@@ -28,11 +28,13 @@ Deploying a Python application couldn't be easier: ...@@ -28,11 +28,13 @@ Deploying a Python application couldn't be easier:
-----> Discovering process types -----> Discovering process types
Procfile declares types -> (none) Procfile declares types -> (none)
You can also add it to upcoming builds of an existing application: A `requirements.txt` file must be present at the root of your application's repository.
You can also specify the latest production relase of this buildpack for upcoming builds of an existing application:
$ heroku buildpacks:set heroku/python $ heroku buildpacks:set heroku/python
A `requirements.txt` file must be found at the root of your application's repository.
Specify a Python Runtime Specify a Python Runtime
------------------------ ------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment