environments for working with cookiecutters
- source: https://github.com/scharkthemark/ck-envs
- bug reports: https://github.com/scharkthemark/ck-envs/issues
This project contains files that define the conda environments needed to work with cookiecutter templates. The development environment is used to develop and maintain cookiecutter templates, while the non-development environment is used to create new projects with existing cookiecutter templates.
create and activate the regular environment
conda env create --file https://raw.githubusercontent.com/scharkthemark/ck-envs/main/environment.yaml
conda activate ck
create and activate the development environment
conda env create --file https://raw.githubusercontent.com/scharkthemark/ck-envs/main/environment-dev.yaml
conda activate ck-dev