repo2docker/tests/conda/simple-py2
Tim Head 8b004e06dc Apply auto formatting
Apologies to anyone finding this commit via git blame or log

run the autoformatting by

    pre-commit run --all-files
2019-06-03 21:37:25 +02: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 Apply auto formatting 2019-06-03 21:37:25 +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.