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 73aadb5 commit 359566eCopy full SHA for 359566e
Makefile
@@ -90,7 +90,7 @@ install: requirements.txt install-wheel ## install the package to the active Py
90
@pip install -r requirements.txt
91
92
install-dev: requirements_dev.txt install-wheel ## Install local dev packages
93
- @pip install -e .'[development]' -r requirements_dev.txt
+ @pip install -e .'[development]'
94
95
install-docs: install-wheel
96
@pip install -e .'[docs]'
0 commit comments