Skip to content

Commit

Permalink
fix: added Added syntax highlighting to README (#2384)
Browse files Browse the repository at this point in the history
  • Loading branch information
LF3551 committed Apr 16, 2024
1 parent 0619998 commit 1f27614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -79,7 +79,7 @@ dependencies.

### Mac/Linux

```
```bash
pip3 install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
Expand All @@ -88,7 +88,7 @@ source <your-env>/bin/activate

### Windows

```
```batch
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
Expand Down

0 comments on commit 1f27614

Please sign in to comment.