Skip to content

Commit 1b816f3

Browse files
vpavankalyantwiecki
authored andcommitted
Updated pr_tutorial.md
1 parent 3f83637 commit 1b816f3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/source/contributing/pr_tutorial.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,17 @@ The preferred workflow for contributing to PyMC is to fork the [GitHub repositor
2525
:::
2626

2727
4. Project requirements are in ``requirements.txt``, and libraries used for development are in ``requirements-dev.txt``. The easiest (and recommended) way to set up a development environment is via [miniconda](https://docs.conda.io/en/latest/miniconda.html):
28+
29+
If using Windows:
2830

31+
```bash
32+
conda env create -f .\conda-envs\windows-environment-dev-py38.yml
33+
conda activate pymc-dev-py38
34+
pip install -e .
35+
```
36+
37+
For other platforms:
38+
2939
```bash
3040
$ conda env create -f conda-envs/environment-dev-py37.yml # or py38 or py39
3141
$ conda activate pymc-dev-py37

0 commit comments

Comments
 (0)