Skip to content
Snippets Groups Projects
Commit 4f8a8acf authored by Antoine Lambert's avatar Antoine Lambert
Browse files

Makefile.local: Ensure to install swh packages in dev mode

parent 11bc7d90
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,5 @@ pip-install-swh-dev:
python3 -m pip install pifpaf
sed 's/#.*$$//;/^$$/d' requirements-swh-dev.txt | \
while IFS= read -r package; do \
python3 -m pip install $$package ; \
python3 -m pip install -e $$package ; \
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment