Fix Micromamba Windows download instructions (#1793)

This commit is contained in:
Jonas Haag 2022-07-14 14:18:12 +02:00 committed by GitHub
parent f2ac46b1c4
commit 57668935ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -112,8 +112,10 @@ Note: Micromamba is currently experimental and it's advised to use micromamba in
Download and unzip the executable (from the official conda-forge package):
```sh
# Also available for win-64, osx-64, and osx-arm64.
# Also available for osx-64 and osx-arm64.
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
# For win-64
curl -Ls https://micro.mamba.pm/api/micromamba/win-64/latest | tar -xvj Library/bin/micromamba.exe
```
We can use `./micromamba shell init ... ` to initialize a shell (`.bashrc`) and a new root environment in `~/micromamba`: