Skip to content

Commit

Permalink
Clean up mamba section of install page
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed May 2, 2024
1 parent 50f43a1 commit 7b14ec7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docs/tutorials/fundamentals/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,9 @@ For example, use {{ python_version_code }} to get Python {{ python_version }} an
the current release.
2. Switching to the new, faster [`libmamba` solver](https://conda.github.io/conda-libmamba-solver/libmamba-vs-classic/),
by updating your `conda` (>22.11), if needed, and then installing and activating
the solver, as follows:
by updating your `conda` (`libmamba` is the default solver from conda 23.10 onwards):
```
conda update -n base conda
conda install -n base conda-libmamba-solver
conda config --set solver libmamba
```
3. Alternately, consider installing [`mamba`](https://github.com/mamba-org/mamba)
in your base environment with `conda install -n base -c conda-forge mamba`.
Then you can use `mamba` by replacing `conda` with `mamba` in the installation instructions, for example:
```
mamba install napari
```
````

:::::
Expand Down

0 comments on commit 7b14ec7

Please sign in to comment.