From 7362f84d6f96be1a2241e9b96181b1b5e1b780fb Mon Sep 17 00:00:00 2001 From: FishAlchemist <48265002+FishAlchemist@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:51:19 +0800 Subject: [PATCH] Keep the instructions for the Windows standalone installer consistent across the README and the documentation. (#8125) ## Summary This PR aims to align the instructions for installing the Windows standalone installer in the README with the current documentation. https://github.com/astral-sh/uv/blob/7bd0d97ce573e9fa428d2b0076d83976e772b3b7/docs/getting-started/installation.md?plain=1#L17-L21 ## Test Plan Only README is modified and identical to the doc, so not tested. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c541a5a2b..a68400a7a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Install uv with our standalone installers, or from [PyPI](https://pypi.org/proje $ curl -LsSf https://astral.sh/uv/install.sh | sh # On Windows. -$ powershell -c "irm https://astral.sh/uv/install.ps1 | iex" +$ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" # With pip. $ pip install uv