Skip to content
Snippets Groups Projects
Commit 57baab9f authored by Kenneth Reitz's avatar Kenneth Reitz Committed by GitHub
Browse files

Update README.md (#415)

parent a7c20eea
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ Deploying a Python application couldn't be easier: ...@@ -23,7 +23,7 @@ Deploying a Python application couldn't be easier:
$ git push heroku master $ git push heroku master
... ...
-----> Python app detected -----> Python app detected
-----> Installing python-2.7.13 -----> Installing python-3.6.1
$ pip install -r requirements.txt $ pip install -r requirements.txt
Collecting requests (from -r requirements.txt (line 1)) Collecting requests (from -r requirements.txt (line 1))
Downloading requests-2.12.4-py2.py3-none-any.whl (576KB) Downloading requests-2.12.4-py2.py3-none-any.whl (576KB)
...@@ -46,11 +46,11 @@ Specify a Python Runtime ...@@ -46,11 +46,11 @@ Specify a Python Runtime
Specific versions of the Python runtime can be specified with a `runtime.txt` file: Specific versions of the Python runtime can be specified with a `runtime.txt` file:
$ cat runtime.txt $ cat runtime.txt
python-3.6.1 python-2.7.13
Runtime options include: Runtime options include:
- `python-2.7.13`
- `python-3.6.1` - `python-3.6.1`
- `python-2.7.13`
- `pypy-5.7.1` (unsupported, experimental) - `pypy-5.7.1` (unsupported, experimental)
- `pypy3-5.5.1` (unsupported, experimental) - `pypy3-5.5.1` (unsupported, 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