Update README.md

This commit is contained in:
ahujasid 2025-03-15 21:27:49 +05:30 committed by GitHub
parent 5d4cd1db6d
commit ec8b61a948
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,11 +33,11 @@ The system consists of two main components:
- Python 3.10 or newer - Python 3.10 or newer
- uv package manager: - uv package manager:
If you're on Mac, please install uv as **If you're on Mac, please install uv as**
```bash ```bash
brew install uv brew install uv
``` ```
On Windows **On Windows**
```bash ```bash
powershell -c "irm https://astral.sh/uv/install.ps1 | iex" powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
``` ```