diff --git a/src/install.rst b/src/install.rst index 7b564991..a7001178 100644 --- a/src/install.rst +++ b/src/install.rst @@ -213,7 +213,7 @@ 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. - The following describes how to accomplish this using a custom Conda environment as an example. You should be familiar with the `basics of Conda `__ before proceeding. + 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 a compatible Python version (we suggest v3.10.13) and activate that environment instead of creating a new one. .. tabs:: diff --git a/src/snippets/ambient-setup.rst b/src/snippets/ambient-setup.rst index eebd5421..0e3bf3d6 100644 --- a/src/snippets/ambient-setup.rst +++ b/src/snippets/ambient-setup.rst @@ -1,8 +1,11 @@ -1. Activate a Conda environment that you wish to use: +1. Create a new Conda environment and install Python 3.10.13: .. code-block:: bash + conda create -n conda activate + conda install --override-channels --strict-channel-priority \ + -c conda-forge --yes python=3.10.13 2. Install all the necessary software: