Skip to content

Commit e7efc2e

Browse files
committed
Remove mentions of mamba
1 parent ad0b2ec commit e7efc2e

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Python packages with our recommended tooling set up and ready to go.
2828

2929
## Using this template
3030

31-
1. Install [cookiecutter] in a `conda`, `mamba` or `venv` environment
31+
1. Install [cookiecutter] in a `conda` or `venv` environment
3232
(commented lines for conda example).
3333

3434
```

docs/pages/dev.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ layout: default
55

66
# Virtual environments
77

8-
| Name | Short description | 🚦 |
9-
| --------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | :-: |
10-
| [mamba](https://mamba.readthedocs.io/en/latest/user_guide/mamba.html) | A tool to manage conda environments. Faster than conda for installing dependencies. | 🟢 |
11-
| [conda](https://conda.io/projects/conda/en/latest/) | Conda quickly installs, runs, and updates packages and their dependencies. | 🟠 |
12-
| [pipenv](https://pipenv.pypa.io/en/latest/) | A tool that automatically creates and manages a virtualenv for your projects. | 🟠 |
13-
| [pyenv](https://github.com/pyenv/pyenv) | A tool that lets you easily switch between multiple versions of Python. | 🟠 |
14-
| [virtualenv](https://virtualenv.pypa.io/en/latest/) | A tool to create isolated Python environments which offers more features than venv. | 🟠 |
15-
| [venv](https://docs.python.org/3/library/venv.html) | A tool to create isolated Python environments. | 🔴 |
8+
| Name | Short description | 🚦 |
9+
| --------------------------------------------------- | ----------------------------------------------------------------------------------- | :-: |
10+
| [conda](https://conda.io/projects/conda/en/latest/) | Conda quickly installs, runs, and updates packages and their dependencies. | 🟢 |
11+
| [pipenv](https://pipenv.pypa.io/en/latest/) | A tool that automatically creates and manages a virtualenv for your projects. | 🟠 |
12+
| [pyenv](https://github.com/pyenv/pyenv) | A tool that lets you easily switch between multiple versions of Python. | 🟠 |
13+
| [virtualenv](https://virtualenv.pypa.io/en/latest/) | A tool to create isolated Python environments which offers more features than venv. | 🟠 |
14+
| [venv](https://docs.python.org/3/library/venv.html) | A tool to create isolated Python environments. | 🔴 |
1615

1716
# Other
1817

docs/pages/packaging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ layout: default
1414

1515
## Conda
1616

17-
These tools are helpful if you're looking to publish your package on [conda-forge](https://conda-forge.org/), so users can install it through the [conda](https://docs.conda.io/en/latest/) or [mamba](https://mamba.readthedocs.io/en/latest/index.html) package managers.
17+
These tools are helpful if you're looking to publish your package on [conda-forge](https://conda-forge.org/), so users can install it through the [conda](https://docs.conda.io/en/latest/) package manager.
1818

1919
| Name | Short description | 🚦 |
2020
| --------------------------------------------------------- | --------------------------------------------------------------------------- | :-: |

{{cookiecutter.project_slug}}/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Centre for Advanced Research Computing, University College London
6767

6868
<!-- How to build or install the application. -->
6969

70-
We recommend installing in a project specific virtual environment created using a environment management tool such as [Mamba](https://mamba.readthedocs.io/en/latest/user_guide/mamba.html) or [Conda](https://conda.io/projects/conda/en/latest/). To install the latest development version of `{{cookiecutter.project_slug}}` using `pip` in the currently active environment run
70+
We recommend installing in a project specific virtual environment created using a environment management tool such as [Conda](https://docs.conda.io/projects/conda/en/stable/). To install the latest development version of `{{cookiecutter.project_slug}}` using `pip` in the currently active environment run
7171

7272
```sh
7373
pip install git+https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}.git

0 commit comments

Comments
 (0)