Skip to content

Commit 3860596

Browse files
committed
The requirements must be surrounded by double quote marks on some shells
1 parent c2bc221 commit 3860596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bin/python:
4242
docs/plone.api:
4343
git submodule init; \
4444
git submodule update; \
45-
bin/pip install -e submodules/plone.api[test]; \
45+
bin/pip install -e submodules/plone.api/"[test]"; \
4646
ln -s ../submodules/plone.api/docs ./docs/plone.api
4747
@echo
4848
@echo "Documentation of plone.api initialized."

0 commit comments

Comments
 (0)