Skip to content

Commit

Permalink
Docs: correct setup virtual enviroment
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Sep 5, 2023
1 parent 25dbe10 commit 54b8736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ pip install virtualenv
For windows:
```bash
virtualenv venv
.\venv\Scripts\activate
source .\venv\Scripts\activate
```

For Linux / MacOS:
```bash
virtualenv venv
source venv/Scripts/activate
source venv/bin/activate
```

### Install dependencies
Expand Down

0 comments on commit 54b8736

Please sign in to comment.