We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8a1fb commit 4ff76a9Copy full SHA for 4ff76a9
Contributing.md
@@ -23,9 +23,15 @@ git checkout -b feature/your-descriptive-name
23
## Installing from Source
24
25
Install pgmpy (plus testing dependencies) in editable mode:
26
+
27
+For `bash` users:
28
```
29
pip install -e .[tests]
30
31
+For `zsh` users:
32
+```
33
+pip install -e ".[tests]"
34
35
This lets you tweak code and immediately see your changes without re-installing.
36
37
## Running Tests
0 commit comments