XanderJC's picture
update
719511c
raw
history blame
139 Bytes
.PHONY: proxy
proxy:
pip install uv
uv venv --python 3.11 --python-preference managed
uv sync
uv pip install -e .
playwright install