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

readme


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent d7519075
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,16 @@ Specific versions of the Python runtime can be specified with a `runtime.txt` fi
$ cat runtime.txt
python-2.7.14
Or, with a `Pipfile.lock` (generated from the following `Pipfile`):
[requires]
python_version = "2.7"
Or, more specifically:
[requires]
python_full_version = "2.7.14"
Runtime options include:
- `python-3.6.2`
......
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