Skip to content

Commit 3529243

Browse files
Fix format.
1 parent df6d546 commit 3529243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Generally, it is recommended to work in a virtual environment when using the pre
2424

2525
Before running any of the commands below, please create a virtual environment at a location of your choice by running:
2626

27-
```
27+
```bash
2828
python3 -m venv .venv
2929
```
3030

3131
Using `.venv` is a common choice as path of your virtual environment. But you can use any path here. Next activate the virtual environment by running
3232

33-
```
33+
```bash
3434
. .venv/bin/activate
3535
```
3636

0 commit comments

Comments
 (0)