Python: Updating python DEV_SETUP to add brew-based uv installation. (#1173)

* Updating python DEV_SETUP to add brew-based uv installation.

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ben Thomas
2025-10-03 13:57:12 -07:00
committed by GitHub
Unverified
parent 50c532b4ae
commit 54b35e76ed
+9
View File
@@ -39,6 +39,15 @@ Check the [uv documentation](https://docs.astral.sh/uv/getting-started/installat
curl -LsSf https://astral.sh/uv/install.sh | sh
```
### Alternative for MacOS
For MacOS users, Homebrew provides an easy installation of uv with the [uv Formulae](https://formulae.brew.sh/formula/uv)
```bash
brew install uv
```
### After installing uv
You can then run the following commands manually: