Commit 8db1f07f authored by matsulib's avatar matsulib Committed by Kenneth Reitz

Update README.md (#354)

parent 17081d03
...@@ -21,12 +21,12 @@ Deploying a Python application couldn't be easier: ...@@ -21,12 +21,12 @@ 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.12 -----> Installing python-2.7.13
$ 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.10.0-py2.py3-none-any.whl (501kB) Downloading requests-2.12.4-py2.py3-none-any.whl (576KB)
Installing collected packages: requests Installing collected packages: requests
Successfully installed requests-2.10.0 Successfully installed requests-2.12.4
-----> Discovering process types -----> Discovering process types
Procfile declares types -> (none) Procfile declares types -> (none)
...@@ -44,11 +44,11 @@ Specify a Python Runtime ...@@ -44,11 +44,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.5.2 python-3.6.0
Runtime options include: Runtime options include:
- `python-2.7.12` - `python-2.7.13`
- `python-3.5.2` - `python-3.6.0`
- `pypy-5.3.1` (unsupported, experimental) - `pypy-5.6.0` (unsupported, experimental)
- `pypy3-2.4.0` (unsupported, experimental) - `pypy3-5.5.0` (unsupported, experimental)
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