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

Update Readme.md

parent 581177b2
No related branches found
No related tags found
No related merge requests found
# Heroku buildpack: Python # Heroku Buildpack: Python
![python-banner](https://cloud.githubusercontent.com/assets/51578/8914205/ecf2047c-346b-11e5-98c5-42547f9f4410.jpg) ![python-banner](https://cloud.githubusercontent.com/assets/51578/8914205/ecf2047c-346b-11e5-98c5-42547f9f4410.jpg)
This is a [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for Python apps, powered by [pip](http://www.pip-installer.org/). This is a [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for Python apps, powered by [pip](http://www.pip-installer.org/).
...@@ -42,7 +42,7 @@ Specify a Runtime ...@@ -42,7 +42,7 @@ Specify a Runtime
You can also provide arbitrary releases Python with a `runtime.txt` file. You can also provide arbitrary releases Python with a `runtime.txt` file.
$ cat runtime.txt $ cat runtime.txt
python-3.5.0 python-3.5.1
Runtime options include: Runtime options include:
......
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