Update to Python 3.10 in the micromamba example

This commit is contained in:
Jeremy Tuloup 2022-01-07 19:22:11 +01:00 committed by GitHub
parent aa0365c1ce
commit 6566127104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ Note: currently the `-c` arguments have to come at the end of the command line.
```sh
micromamba activate
micromamba install python=3.6 jupyter -c conda-forge
micromamba install python=3.10 jupyter -c conda-forge
# or
micromamba create -p /some/new/prefix xtensor -c conda-forge
micromamba activate /some/new/prefix