Install local package as well for import paths

This commit is contained in:
Luke Murphy 2021-01-10 13:13:58 +01:00
parent 59cad45e4e
commit 58d537279f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -2,7 +2,8 @@ default: run
setup:
@python3 -m venv .venv && \
.venv/bin/pip install -r requirements.txt
.venv/bin/pip install -r requirements.txt && \
pip install -e .
run:
@cd library && python page.py