conda environment helper script¶
Wrapper around conda that automatically persists changes to environment.yml It is quite dummy but useful in simple case scenarios.
- Free software: MIT license
- Documentation: https://cenv-script.readthedocs.io.
Features¶
- You run
cenv-script install numpy - It calls
conda install numpy, checks for errors and then updates corresponding environment.yml
Credits¶
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.