Skip to content

Commit 7858c3e

Browse files
committed
updated display issue
1 parent 3af7c0c commit 7858c3e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/contribute/__install_pre_commit.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@
1818
1919
```
2020
$ /usr/bin/python3.9 -m venv ~/.venv/pre-commit
21+
```
22+
```
2123
$ . ~/.venv/pre-commit/bin/activate
2224
```
2325
2426
3. Install pre-commit
2527
2628
```
27-
$ pip install --upgrade pip\n
29+
$ pip install --upgrade pip
30+
```
31+
```
2832
$ pip install pre-commit
2933
```
3034

0 commit comments

Comments
 (0)