Follow the official [installation instructions](https://docs.conda.io/en/latest/miniconda.html#) and then set up a [Conda environment](Conda%20environments.md)
At the end, ensure you use a faster dependency resolver:
```shell
conda install conda-libmamba-solver
```
```shell
conda install -n base conda-forge::mamba
```