diff --git a/Makefile.local b/Makefile.local --- a/Makefile.local +++ b/Makefile.local @@ -1,4 +1,3 @@ - check-mypy: @echo "no op - swh-docs does not need typechecking, skipping" @@ -13,5 +12,5 @@ python3 -m pip install pifpaf sed 's/#.*$$//;/^$$/d' requirements-swh-dev.txt | \ while IFS= read -r package; do \ - python3 -m pip install -e $$package ; \ + python3 -m pip install $$package ; \ done