From 65661271049ccbae363d650f6cee3f0cda57fc5b Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 7 Jan 2022 19:22:11 +0100 Subject: [PATCH] Update to Python 3.10 in the micromamba example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e3fb7598..3a21877a9 100644 --- a/README.md +++ b/README.md @@ -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