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 c2bc221 commit 3860596Copy full SHA for 3860596
Makefile
@@ -42,7 +42,7 @@ bin/python:
42
docs/plone.api:
43
git submodule init; \
44
git submodule update; \
45
- bin/pip install -e submodules/plone.api[test]; \
+ bin/pip install -e submodules/plone.api/"[test]"; \
46
ln -s ../submodules/plone.api/docs ./docs/plone.api
47
@echo
48
@echo "Documentation of plone.api initialized."
0 commit comments