Skip to content

Commit

Permalink
docs: suggest using python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Feb 2, 2024
1 parent f3e9359 commit d57684a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ as well).
To create a virtual environment named `draco`, you can run

```sh
conda create -n draco python=3.10
conda create -n draco python=3.11
conda activate draco
poetry install
```
Expand Down

0 comments on commit d57684a

Please sign in to comment.