this solution means that this python project is created and managed by uv
, so there should be had pyproject.toml
in root dir.
so you can run uv sync
to create a venv and install dependencies quickly.
uv sync
: Sync the project's dependencies with the environment.