Skip to content

Commit 4ff76a9

Browse files
authored
Added correct terminal command for zsh users
1 parent dd8a1fb commit 4ff76a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Contributing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@ git checkout -b feature/your-descriptive-name
2323
## Installing from Source
2424

2525
Install pgmpy (plus testing dependencies) in editable mode:
26+
27+
For `bash` users:
2628
```
2729
pip install -e .[tests]
2830
```
31+
For `zsh` users:
32+
```
33+
pip install -e ".[tests]"
34+
```
2935
This lets you tweak code and immediately see your changes without re-installing.
3036

3137
## Running Tests

0 commit comments

Comments
 (0)