From 54b35e76ed0f3bf7dce36f48b8501bba278cb7de Mon Sep 17 00:00:00 2001 From: Ben Thomas Date: Fri, 3 Oct 2025 13:57:12 -0700 Subject: [PATCH] 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> --- python/DEV_SETUP.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/python/DEV_SETUP.md b/python/DEV_SETUP.md index 3366c7aab9..2d4b9b92b1 100644 --- a/python/DEV_SETUP.md +++ b/python/DEV_SETUP.md @@ -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: