File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,13 +57,10 @@ Then follow [this stackoverflow answers](https://stackoverflow.com/questions/596
5757We will use conda to manage the environment with mamba for faster package installation.
5858
5959### System
60- Install conda for package management and mamba for faster package installation:
60+ Install conda with mamba for package management and for faster package installation:
6161``` bash
62- wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
63- bash Miniconda3-latest-Linux-x86_64.sh
64-
65- curl -L -O " https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$( uname) -$( uname -m) .sh"
66- bash Mambaforge-$( uname) -$( uname -m) .sh
62+ curl -L -O " https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$( uname) -$( uname -m) .sh"
63+ bash Miniforge3-$( uname) -$( uname -m) .sh
6764```
6865
6966### Environment
You can’t perform that action at this time.
0 commit comments