repo2docker/tests/venv/py2/README.rst

10 wiersze
299 B
ReStructuredText

System - Specifying runtime environments
----------------------------------------
You can specify runtime environments (such as Python 2 or 3) with a
``runtime.txt`` file.
You can specify just the major version,
such as `python-2` or `python-3`,
or a minor version, such as `python-3.5`.