We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e402098 commit 5c52682Copy full SHA for 5c52682
1 file changed
Makefile
@@ -90,7 +90,7 @@ release-patch:
90
@$(PYTHON) ./tools/release-checklist.py patch
91
92
install: clean
93
- $(PIP) install ".[extra]"
+ $(PIP) install .
94
95
develop: clean-cache
96
$(PIP) install -e ".[dev]"
0 commit comments