diff --git a/README.md b/README.md index 3e3bff38385a72ec1cbf02b6115c142d44ec9927..4888590c5dd62c32e3e6f86d2e9299aec73924d5 100644 --- a/README.md +++ b/README.md @@ -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`