Skip to content

Commit d8721c8

Browse files
committed
Fix missing space in README instruction
1 parent 363ceb3 commit d8721c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Make sure you have `Python` and `pip` in your OS and create a virtual environmen
5050

5151
```bash
5252
python3 -m venv .venv
53-
source .venv/bin/activate
53+
source . venv/bin/activate
5454
```
5555

5656
Running

0 commit comments

Comments
 (0)