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

Update Readme.md

parent c5ec378e
No related branches found
No related tags found
No related merge requests found
......@@ -38,3 +38,17 @@ You can also add it to upcoming builds of an existing application:
The buildpack will detect your app as Python if it has the file `requirements.txt` in the root.
It will use Pip to install your dependencies, vendoring a copy of the Python runtime into your slug.
Specify a Runtime
-----------------
You can also provide arbitrary releases Python with a `runtime.txt` file.
$ cat runtime.txt
python-3.3.0
Runtime options include:
- python-2.7.3
- python-3.3.0
- pypy-1.9 (experimental)
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