You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install uv (Tested with version 0.4.*)
curl -LsSf https://astral.sh/uv/install.sh | sh
# Sync dependencies
uv sync # Use `uv sync --reinstall` to rebuild after changing source code from rust