Skip to content

Commit 9f5f7fc

Browse files
authored
update to python 3.9
1 parent b2324b7 commit 9f5f7fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/contributing/pr_tutorial.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ 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-py38.yml # or py3x
37+
conda env create -f conda-envs/environment-dev-py39.yml # or py3x
3838
```
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)