Commit 25b28af1 authored by Kenneth Reitz's avatar Kenneth Reitz

Update Readme.md

parent dbe2cdac
...@@ -14,7 +14,7 @@ Example usage: ...@@ -14,7 +14,7 @@ Example usage:
$ ls $ ls
Procfile requirements.txt web.py Procfile requirements.txt web.py
$ heroku create --buildpack heroku/python $ heroku create --buildpack git://github.com/heroku/heroku-buildpack-python.git
$ git push heroku master $ git push heroku master
... ...
...@@ -30,7 +30,7 @@ Example usage: ...@@ -30,7 +30,7 @@ Example usage:
You can also add it to upcoming builds of an existing application: You can also add it to upcoming builds of an existing application:
$ heroku buildpacks:set git://github.com/heroku/heroku-buildpack-python.git $ heroku buildpacks:set heroku/python
The buildpack will detect your app as Python if it has the file `requirements.txt` in the root. The buildpack will detect your app as Python if it has the file `requirements.txt` in the root.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment