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 7858c3e commit 4b9959cCopy full SHA for 4b9959c
docs/contribute/__install_pre_commit.md
@@ -19,6 +19,7 @@
19
```
20
$ /usr/bin/python3.9 -m venv ~/.venv/pre-commit
21
22
+ <BR>
23
24
$ . ~/.venv/pre-commit/bin/activate
25
@@ -28,13 +29,14 @@
28
29
30
$ pip install --upgrade pip
31
32
+
33
34
$ pip install pre-commit
35
36
37
4. Set an alias or link to `~/.venv/pre-commit/bin/pre-commit` to use it
38
-On other Linux distributions you can either create a virtual environment or install with `pip install --user pre-commit`
39
+On other Linux distributions with newer python versions, you can either create a virtual environment or install with `pip install --user pre-commit`
40
41
## Using pre-commit
42
0 commit comments