Skip to content

Commit f0c8f55

Browse files
authored
Update pr_tutorial.md (#5724)
* Update pr_tutorial.md Make the python version consistent on the PR tutorial. * update to python 3.9
1 parent 00d4372 commit f0c8f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/contributing/pr_tutorial.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ The preferred workflow for contributing to PyMC is to fork the [GitHub repositor
3939
:::
4040
:::{tab-item} Windows
4141
```bash
42-
conda env create -f .\conda-envs\windows-environment-dev-py38.yml
42+
conda env create -f .\conda-envs\windows-environment-dev-py39.yml
4343
```
4444
:::
4545
::::
4646

4747
```bash
48-
conda activate pymc-dev-py38
48+
conda activate pymc-dev-py39
4949
pip install -e .
5050
```
5151

0 commit comments

Comments
 (0)