There was an error while loading. Please reload this page.
Here's a great walkthough of the basic steps to get miniconda/conda working for you: https://geohackweek.github.io/Introductory/01-conda-tutorial/
Here's also a great cheatsheet: https://docs.conda.io/projects/conda/en/4.6.0/_downloads/52a95608c49671267e40c689e0bc00ca/conda-cheatsheet.pdf
Use mamba for faster instals.
mamba
conda install mamba -n base -c conda-forge
And then use mamba to install things:
mamba install ...
https://github.com/mamba-org/mamba