Use venv'd python

This commit is contained in:
Luke Murphy 2021-02-17 15:45:22 +01:00
parent 2dc1c4da48
commit d9493bb75c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -6,6 +6,6 @@ setup:
pip install -e .
run:
@cd library && python page.py
@cd library && ../.venv/bin/python page.py
.PHONY: setup run