pyOpenSci / pyos-package-template

A Python package template that supports the pyOpenSci pure Python packaging tutorial
https://cookiecutter-pyopensci.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

conda environment.yml support #18

Closed xmnlab closed 4 years ago

xmnlab commented 4 years ago

maybe would be good to have an option if the user want to add an initial environment.yml file.

the content could be:

channels:
  - conda-forge
dependencies:
  - pip

any thoughts?