From c8d465252526474676f8c02ab50bc91f23671c70 Mon Sep 17 00:00:00 2001 From: John SJ Anderson Date: Tue, 30 Apr 2024 14:44:48 -0700 Subject: [PATCH] More PR feedback --- src/install.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/install.rst b/src/install.rst index ed5adf3f..c966305c 100644 --- a/src/install.rst +++ b/src/install.rst @@ -213,7 +213,8 @@ Set up a Nextstrain runtime The ambient runtime does not require a particular setup method; it will work as long as the programs you wish to use are available. - .. Suggest Python 3.10.13 because Augur on Bioconda won't resolve dependencies on Python ≥3.11: + .. Suggest Python ≤3.10 because Augur on Bioconda won't resolve dependencies on Python ≥3.11: + The following describes how to accomplish this by creating a new custom Conda environment, as an example. You should be familiar with the `basics of Conda `__ before proceeding. If you want to add Nextstrain to an existing Conda environment, please make sure you're using Python ≤3.10 and activate that environment instead of creating a new one. .. tabs::