Update README.md

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

View File

@ -39,7 +39,11 @@ brew install uv
``` ```
On Windows On Windows
```bash ```bash
pip install uv powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
```
and then
```bash
set Path=C:\Users\nntra\.local\bin;%Path%
``` ```
Otherwise installation instructions are on their website: [Install uv](https://docs.astral.sh/uv/getting-started/installation/) Otherwise installation instructions are on their website: [Install uv](https://docs.astral.sh/uv/getting-started/installation/)