adding runtime to preparing

pull/168/head
Chris Holdgraf 2017-12-11 23:08:02 -08:00
rodzic d5cfe3c24a
commit 8e7c7c42c6
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -57,6 +57,9 @@ Supported configuration files
Below is a list of supported configuration files.
.. contents::
:local:
``requirements.txt``
^^^^^^^^^^^^^^^^^^^^
@ -101,6 +104,13 @@ This specifies a list of Julia packages!
Using a ``REQUIRE`` file also requires that the repository contain an
``environment.yml`` file.
``runtime.txt``
^^^^^^^^^^^^^^^
This allows you to control the runtime of Python. To use Python 2,
put the line ``python-2.7`` in the file. A Python 2 kernel will be installed
alongside Python 3.
``Dockerfile``
^^^^^^^^^^^^^^