Skip to content

Commit

Permalink
docs(python): update miniforge install.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kin-Zhang committed Dec 13, 2024
1 parent da14393 commit 5a83060
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@ docker run -it --gpus all -v /dev/shm:/dev/shm -v /home/kin/data:/home/kin/data
We will use conda to manage the environment with mamba for faster package installation.

### System
Install conda for package management and mamba for faster package installation:
Install conda with mamba for package management and for faster package installation:
```bash
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh

curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh"
bash Mambaforge-$(uname)-$(uname -m).sh
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3-$(uname)-$(uname -m).sh
```

### Environment
Expand Down

0 comments on commit 5a83060

Please sign in to comment.