Skip to content

Commit

Permalink
docs: make mamba suggested install tool; recommend isolated cookiecut…
Browse files Browse the repository at this point in the history
…ter environment
  • Loading branch information
dlaehnemann authored and mbhall88 committed Aug 10, 2023
1 parent d9116a2 commit f642658
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@
### Dependencies

This profile is deployed using [Cookiecutter][cookiecutter-repo]. If you do not have
`cookiecutter` installed it can be easily installed using `conda` or `pip` by running:
`cookiecutter` installed it can be easily installed using [`mamba`](https://github.com/conda-forge/miniforge#install) or `pip` by running:

```bash
pip install --user cookiecutter
# or
conda install -c conda-forge cookiecutter
mamba create -n cookiecutter -c conda-forge cookiecutter
mamba activate cookiecutter
```

If neither of these methods suits you, then visit the [installation
Expand Down

0 comments on commit f642658

Please sign in to comment.