repo2docker/tests/conda/simple
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
environment.yml verify conda activation (and thereby entrypoint) 2019-04-25 16:11:23 +02:00
verify verify conda activation (and thereby entrypoint) 2019-04-25 16:11:23 +02:00
verify.py Apply auto formatting 2019-06-03 21:37:25 +02:00

README.rst

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Conda Environment
-----------------

``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.