We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca1589 commit d5b5b82Copy full SHA for d5b5b82
README.md
@@ -58,6 +58,12 @@ $ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 |
58
$ pip install uv
59
```
60
61
+If installed via the standalone installer, uv can update itself to the latest version:
62
+
63
+```console
64
+$ uv self update
65
+```
66
67
See the [installation documentation](https://docs.astral.sh/uv/getting-started/installation/) for
68
details and alternative installation methods.
69
0 commit comments