mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
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:
committed by
GitHub
Unverified
parent
50c532b4ae
commit
54b35e76ed
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user