From 371e17b44f9e3d28970e7b0453a689db5ba1e4a2 Mon Sep 17 00:00:00 2001 From: Matin Nuhamunada Date: Thu, 5 Oct 2023 11:34:40 +0200 Subject: [PATCH] docs: pin python to 3.11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45067921..a47ad4c8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A quick and easy way to use `BGCFlow` using [`bgcflow_wrapper`](https://github.c ```bash # create and activate a new conda environment -conda create -n bgcflow -c conda-forge pip openjdk -y +conda create -n bgcflow -c conda-forge python=3.11 pip openjdk -y conda activate bgcflow # install `BGCFlow` wrapper