Use mamba instead of conda where possible

This commit is contained in:
Ayaz Salikhov
2021-08-24 23:41:32 +03:00
parent c3b52b9560
commit 1fce48cd6c
17 changed files with 60 additions and 88 deletions

View File

@@ -18,7 +18,7 @@ Feel free to follow it or pave your own path using alternative services and buil
First, install [cookiecutter](https://github.com/cookiecutter/cookiecutter) using pip or conda:
```bash
pip install cookiecutter # or conda install cookiecutter
pip install cookiecutter # or mamba install cookiecutter
```
Run the cookiecutter command pointing to the [jupyter/cookiecutter-docker-stacks](https://github.com/jupyter/cookiecutter-docker-stacks) project on GitHub.