kopia lustrzana https://github.com/jupyterhub/repo2docker
Apologies to anyone finding this commit via git blame or log
run the autoformatting by
pre-commit run --all-files
|
||
|---|---|---|
| .. | ||
| README.rst | ||
| environment.yml | ||
| requirements.txt | ||
| verify | ||
README.rst
Conda - Mixed Requirements
--------------------------
An ``environment.yml`` file takes precedence over ``requirements.txt``.
To install Python packages into a conda environment with pip, use the
``pip`` key in ``environment.yml``:
.. sourcecode:: yaml
dependencies:
- numpy
- pip:
- tornado