Skip to content

Commit

Permalink
Update python version in README.md (#221)
Browse files Browse the repository at this point in the history
Since [PR208](#208), python v3.11 is the main version we test across OSes and it's the one we recommend in the installation guide. But I'd forgotten to update the python version in the quick install section of the README. This PR rectifies that.
  • Loading branch information
niksirbi authored Jun 14, 2024
1 parent bfe1640 commit ba10263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A Python toolbox for analysing body movements across space and time, to aid the

First, create and activate a conda environment with the required dependencies:
```
conda create -n movement-env -c conda-forge python=3.10 pytables
conda create -n movement-env -c conda-forge python=3.11 pytables
conda activate movement-env
```

Expand Down

0 comments on commit ba10263

Please sign in to comment.