Skip to content

Commit 4b9959c

Browse files
committed
updated display issue
1 parent 7858c3e commit 4b9959c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/contribute/__install_pre_commit.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
```
2020
$ /usr/bin/python3.9 -m venv ~/.venv/pre-commit
2121
```
22+
<BR>
2223
```
2324
$ . ~/.venv/pre-commit/bin/activate
2425
```
@@ -28,13 +29,14 @@
2829
```
2930
$ pip install --upgrade pip
3031
```
32+
3133
```
3234
$ pip install pre-commit
3335
```
3436
3537
4. Set an alias or link to `~/.venv/pre-commit/bin/pre-commit` to use it
3638
37-
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`
3840
3941
## Using pre-commit
4042

0 commit comments

Comments
 (0)