conda environment helper script

https://img.shields.io/pypi/v/cenv_script.svg https://travis-ci.com/technic/cenv_script.svg?branch=master Documentation Status

Wrapper around conda that automatically persists changes to environment.yml It is quite dummy but useful in simple case scenarios.

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.