Skip to content

Commit

Permalink
fix readme mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Feb 20, 2024
1 parent 82f741d commit 3ae5503
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 @@ -5,7 +5,7 @@ Make sure to have `node>=18` installed
## Setup development environment

```bash
mamba create -n node20 -y "python==3.12.*" "nodejs==20.*" "yarn"
mamba create -n node20 -c conda-forge -y "python==3.12.*" "nodejs==20.*" "yarn"

mamba activate node20
```
Expand Down

0 comments on commit 3ae5503

Please sign in to comment.