We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09f617 commit 004af5fCopy full SHA for 004af5f
Makefile
@@ -19,5 +19,6 @@ test:
19
pytest
20
21
uml:
22
- pip install pylint
+ conda install pylint
23
+ pip install 'causalpy[docs]'
24
pyreverse -o png causalpy --output-directory docs/source/_static --ignore tests
0 commit comments