Skip to content

Commit a495c30

Browse files
committed
Merge branch 'SeFlow' into DeFlow
2 parents e6cb63c + 5a83060 commit a495c30

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

assets/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,10 @@ Then follow [this stackoverflow answers](https://stackoverflow.com/questions/596
5757
We 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

0 commit comments

Comments
 (0)