Clarify Windows install command in README.md (#1751)

Specify that the command to run for Windows is for powershell

## Summary

Clarifies the usage of the command to run to install uv on Windows
(powershell only)

## Test Plan

It wasn't 😈

---------

Co-authored-by: konsti <konstin@mailbox.org>
This commit is contained in:
12932 2024-02-20 20:54:35 +08:00 committed by GitHub
parent 7741e1c51a
commit f668fd8d59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Install uv with our standalone installers, or from [PyPI](https://pypi.org/proje
# On macOS and Linux. # On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh curl -LsSf https://astral.sh/uv/install.sh | sh
# On Windows. # On Windows (with PowerShell).
irm https://astral.sh/uv/install.ps1 | iex irm https://astral.sh/uv/install.ps1 | iex
# With pip. # With pip.