Skip to content

Commit 0f9196a

Browse files
committed
Updated to use python 3.10 for the conda environment
Also updated to install mamba into the environment - you can't use mamba to create files on MacOS or Windows (from my experience)
1 parent ab69988 commit 0f9196a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This route can be used to install the tutorials on a computer.
1919
We recommend using mamba to install the dependencies.
2020

2121
```
22+
conda create -n bsstutorials "python<3.11"
2223
conda install -c conda-forge mamba
23-
mamba create -n bsstutorials
2424
mamba install -n bsstutorials -c openbiosim -c conda-forge biosimspace=2023.3.0 gromacs=2023.1 ambertools=23.3 plumed=2.9.0 cinnabar=0.3.0 pymbar=3 alchemlyb=1.0.1
2525
mamba activate bsstutorials
2626
```

0 commit comments

Comments
 (0)