Skip to content

Commit e6f4a40

Browse files
committed
updated display issue
1 parent be595ae commit e6f4a40

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

docs/contribute/__install_pre_commit.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,12 @@
1414
$ sudo dnf install python39-3.9.7
1515
```
1616
17-
2. Create a venv and activate it
18-
19-
```
17+
2. Create a venv and activate it <pre> <code>
2018
$ /usr/bin/python3.9 -m venv ~/.venv/pre-commit
21-
```
22-
<BR>
23-
```
2419
$ . ~/.venv/pre-commit/bin/activate
25-
```
20+
</code></pre>
2621
27-
3. Install pre-commit
28-
29-
<pre> <code>
22+
3. Install pre-commit <pre> <code>
3023
$ pip install --upgrade pip
3124
$ pip install pre-commit
3225
</code></pre>

0 commit comments

Comments
 (0)