uv
Install
Install via pipx
or directly using powershell scriptThere are also other alternate installation options
Getting Started
uv init - Create a new uv project
uv pin python 3.11 - Specify the python version to use for the project
uv add grpc - Install package
uv run main.py - Run the starter script
uv python list - Lists all python versions available + can be downloaded
uv python install 3.12 - Download and install python
Project Templates
- uvinit
- cookiecutter-uv