Skip to content

Commit 5a83060

Browse files
committed
docs(python): update miniforge install.
more detail: https://conda-forge.org/news/2024/07/29/sunsetting-mambaforge/
1 parent da14393 commit 5a83060

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

assets/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ docker run -it --gpus all -v /dev/shm:/dev/shm -v /home/kin/data:/home/kin/data
1919
We will use conda to manage the environment with mamba for faster package installation.
2020

2121
### System
22-
Install conda for package management and mamba for faster package installation:
22+
Install conda with mamba for package management and for faster package installation:
2323
```bash
24-
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
25-
bash Miniconda3-latest-Linux-x86_64.sh
26-
27-
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh"
28-
bash Mambaforge-$(uname)-$(uname -m).sh
24+
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
25+
bash Miniforge3-$(uname)-$(uname -m).sh
2926
```
3027

3128
### Environment

0 commit comments

Comments
 (0)