cleaning up speedrun

This commit is contained in:
Sachin Agrawal 2025-11-03 13:12:31 +01:00
parent 4163c648c6
commit 827e608492

View File

@ -26,7 +26,7 @@ command -v uv &> /dev/null || curl -LsSf https://astral.sh/uv/install.sh | sh
# create a .venv local virtual environment (if it doesn't exist)
[ -d ".venv" ] || uv venv
# install the repo dependencies
uv sync
uv sync --extra gpu
# activate venv so that `python` uses the project's venv instead of system python
source .venv/bin/activate