Skip to content

Commit f4cd319

Browse files
committed
update env name in contributing.md
1 parent 72f8e08 commit f4cd319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The preferred workflow for contributing to PyMC3 is to fork the [GitHub reposito
4747

4848
```bash
4949
$ conda env create -f conda-envs/environment-dev-py36.yml # or py37 or py38
50-
$ conda activate pymc3-dev
50+
$ conda activate pymc3-dev-py36
5151
$ pip install -e .
5252
```
5353

0 commit comments

Comments
 (0)