Skip to content

4. Python

Installing uv

uv is the main package and project manager used in this project.

Learn more about uv.

  1. Install via their installation script:
    curl -LsSf https://astral.sh/uv/install.sh | sh
    
    or brew:
    brew install uv
    
  2. Install Python with uv:
    uv python install 3.12