repo2docker/tests/conda/simple-py2
J. Forde e1d47df30e fixing conflict 2018-06-26 15:54:31 -07:00
..
README.rst improving readmes for tests 2018-04-24 17:14:01 -07:00
environment.yml test conda with python 2 env 2018-01-03 17:11:49 +01:00
verify Add root conda environment to expected output 2018-06-06 21:52:41 +02:00

README.rst

Conda Environment and Python 2
------------------------------

``environment.yml`` is the standard method for defining environments with the
Anaconda (conda) distribution. Conda environment files may allow for more
complex builds and dependencies than are possible with a single
``requirements.txt`` file.

This example shows how to define a Python 2 environment with Anaconda. You can
define any version of Python that Anaconda supports.