To initialize the Python environment using the uv tool, follow these steps:
-
Install
rustc,cargoandrustup: Install the standalone installer from https://www.rust-lang.org -
Install
uv: Install the standalone installer from https://docs.astral.sh -
Initialize or Syncronize the environment:
uv sync
-
Run scripts:
uv run <path_to_script>
These commands will set up and activate a new Python environment using uv.