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 8f9e8e3 commit d40efa4Copy full SHA for d40efa4
1 file changed
demo-notes.md
@@ -43,8 +43,11 @@ Run the demos in VS Code for the combined view of the file contents and the term
43
44
### Pre-commit package installation
45
46
-1. With a pre-made virtual environment activated, run `python3 -m pip install pre-commit`.
47
-2. Run `pre-commit --version` to show it worked.
+1. Poll the audience to see if more people are using `uv` or `pip`.
+2. Install `pre-commit` with the method most people are using:
48
+ - `pip`: With a pre-made virtual environment activated, run `python3 -m pip install pre-commit`.
49
+ - `uv`: Run `uv tool install pre-commit --with pre-commit-uv` (no need to activate anything).
50
+3. Run `pre-commit --version` to show it worked.
51
52
### Install first set of hooks
53
0 commit comments