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