Skip to content

Commit 10cc86c

Browse files
authored
Add text requirements
1 parent acccf16 commit 10cc86c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ pip install -e .
2727
```
2828
pip install causalpy[dev]
2929
pip install causalpy[docs]
30+
pip install causalpy[test]
3031
```
3132

3233
If that fails, try:
3334

3435
```
3536
pip install 'causalpy[dev]'
3637
pip install 'causalpy[docs]'
38+
pip install 'causalpy[test]'
3739
```
3840

3941
It may also be necessary to [install](https://pandoc.org/installing.html) `pandoc`. On a mac, I run `brew install pandoc`.

0 commit comments

Comments
 (0)