Skip to content

Commit a229983

Browse files
authored
adding git bash command to install virtual env (#6056)
1 parent b9c829a commit a229983

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/contributing/pr_tutorial.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ The preferred workflow for contributing to PyMC is to fork the [GitHub repositor
4242
conda env create -f .\conda-envs\windows-environment-dev.yml
4343
```
4444
:::
45+
:::{tab-item} Windows (Git Bash)
46+
47+
```bash
48+
conda env create -f conda-envs/windows-environment-dev.yml
49+
```
50+
:::
4551
::::
4652

4753
```bash

0 commit comments

Comments
 (0)