From 09dac6493b7678e92f0821e41be0103d948a33fd Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Sat, 18 Nov 2023 18:13:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ccb358..eaec2fa 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ this structure ### Workflow for developers/contributors -For best experience create a new conda environment (e.g. DEVELOP) with Python 3.10: +For the best experience create a new conda environment (e.g. DEVELOP) with Python 3.10: ``` conda create -n DEVELOP -c conda-forge python=3.10