Fraser Greenlee
Merge branch 'main' into streamlit
2d5c5e8
raw
history blame contribute delete
182 Bytes
.PHONY: proxy
proxy:
pip install uv
uv venv --python 3.11 --python-preference managed
uv sync
uv pip install -e .
playwright install
app:
streamlit run src/proxy_lite/app.py