Fraser's picture
stuck with asyncio issues
fe73d4f
raw
history blame
166 Bytes
.PHONY: proxy
proxy:
uv venv --python 3.11 --python-preference managed
uv sync
uv pip install -e .
playwright install
app:
streamlit run src/proxy_lite/app.py