You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[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. | 🔴 |
Copy file name to clipboardexpand all lines: docs/pages/packaging.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ layout: default
14
14
15
15
## Conda
16
16
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.
Copy file name to clipboardexpand all lines: {{cookiecutter.project_slug}}/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Centre for Advanced Research Computing, University College London
67
67
68
68
<!-- How to build or install the application. -->
69
69
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
0 commit comments