Skip to content

Commit 70de351

Browse files
committed
pin the python version when creating the dev environment
1 parent da49eab commit 70de351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ source .venv/bin/activate
3030
In case you choose to use conda, use the following commands:
3131

3232
```shell
33-
conda create -n pyscript-cli python
33+
conda create -n pyscript-cli python=3.13
3434
conda activate pyscript-cli
3535
```
3636

0 commit comments

Comments
 (0)