-
Notifications
You must be signed in to change notification settings - Fork 68
uv & Git Setup Guide
Pbatch edited this page Jun 13, 2026
·
2 revisions
uv is a standalone executable that manages your Python versions and environments automatically.
-
Install
uv:-
macOS / Linux:
curl -LsSf [https://astral.sh/uv/install.sh](https://astral.sh/uv/install.sh) | sh -
Windows (PowerShell):
powershell -ExecutionPolicy ByPass -c "irm [https://astral.sh/uv/install.ps1](https://astral.sh/uv/install.ps1) | iex"
-
macOS / Linux:
-
Restart your terminal to ensure the
uvcommand is available in your PATH.
For automatic updates, we use Git
-
Download Git:
- Access Git Downloads and choose the version for your operating system.
-
Installation:
- Follow the on-screen prompts to complete the installation.
These commands confirm that your tools are correctly configured and ready for development.
| Tool | Verification Command |
|---|---|
uv |
uv --version |
| Git | git --version |