Browse Source

Use venv'd python

master
Luke Murphy 3 years ago
parent
commit
d9493bb75c
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      makefile

2
makefile

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

Loading…
Cancel
Save