Skip to content

Commit b2324b7

Browse files
authored
Update pr_tutorial.md
Make the python version consistent on the PR tutorial.
1 parent 162ad6c commit b2324b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contributing/pr_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The preferred workflow for contributing to PyMC is to fork the [GitHub repositor
3434
:::{tab-item} Linux/MacOS
3535

3636
```bash
37-
conda env create -f conda-envs/environment-dev-py39.yml # or py3x
37+
conda env create -f conda-envs/environment-dev-py38.yml # or py3x
3838
```
3939
:::
4040
:::{tab-item} Windows

0 commit comments

Comments
 (0)