git
git clone https://github.com/deathbeds/doitoml cd doitoml
-
mamba env update --file .binder/environment.yml --prefix .venv source activate ./.venv # just `activate` on windows
-
use whatever tool you prefer for virtualenvs
python -m pip install -e .[dev]
Everything else is handled by doit
.
doit
doit list
doit info [task name]