Skip to content

Commit 461b2d5

Browse files
committed
add python versions
1 parent eb4e48d commit 461b2d5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@ If you want to have it loaded automatically, add the following to ~/.zshrc:
1313
eval "$(pyenv init -)"
1414
```
1515

16-
Second, ensure you have a version of every Python we support installed.
16+
Second, ensure you have a version of every Python we support installed. Your versions may differ.
17+
18+
```sh
19+
pyenv install 3.8.0
20+
pyenv install 3.9.4
21+
pyenv install 3.10.3
22+
pyenv global 3.8.0 3.9.4 3.10.3
23+
```
1724

1825
Next ensure you create a virtual environment.
1926

0 commit comments

Comments
 (0)