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 40d6cfe commit d03a316Copy full SHA for d03a316
.github/CONTRIBUTING.md
@@ -26,7 +26,7 @@ information on using pull requests.
26
Clone the project and install [uv](https://github.com/astral-sh/uv) (our package manager):
27
28
```sh
29
-# Install uv (if not already installed)
+# Install uv (if not already installed). You can also use 'pip install uv'.
30
curl -LsSf https://astral.sh/uv/install.sh | sh
31
32
# Clone and setup the project
0 commit comments