File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -86,17 +86,16 @@ And then... Install BioSimSpace into a new environment
8686We recommend that :mod: `BioSimSpace ` is installed into a new (clean) environment.
8787This minimises the risk of failures caused by incompatible dependencies.
8888
89- BioSimSpace is currently packaged for Python 3.8 and Python 3.9. We will start
90- by creating a Python 3.9 environment that we will call ``openbiosim ``.
91-
9289.. code-block :: bash
9390
94- $ conda create -n openbiosim " python<3.10 "
91+ $ conda create -n openbiosim
9592
9693 .. note ::
9794
98- We use ``python<3.10 `` as this will install the most recent 3.9
99- release of python.
95+ If you require a specific version of Python, you can specify this
96+ when creating the environment, e.g. by adding ``python=3.12 `` to
97+ the command above. Note that the latest version of :mod: `BioSimSpace `
98+ will only be compatible with specific versions of Python.
10099
101100We can now install :mod: `BioSimSpace ` into that environment by typing
102101
You can’t perform that action at this time.
0 commit comments