Skip to content

Commit

Permalink
Merge pull request #154 from trungleduc/trungleduc-patch-1
Browse files Browse the repository at this point in the history
Replace conda with mamba in readme
  • Loading branch information
SylvainCorlay authored Nov 8, 2023
2 parents abb1412 + 08cbda7 commit 29e0aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ First of all, clone quetz and quetz-frontend, create a conda environment using t
```bash
# Create an environment
mamba env create -f quetz/environment.yml
conda activate quetz
mamba activate quetz
mamba install -c conda-forge nodejs=16 yarn=1.22
```

Expand Down

0 comments on commit 29e0aaa

Please sign in to comment.