Skip to content

Commit 553bacd

Browse files
committed
docs(README): typo in venv activation
1 parent 6f469b3 commit 553bacd

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
@@ -21,7 +21,7 @@ You can install all requirements for this project with
2121
```
2222
python3 -m venv venv
2323
pip3 install -r requirements.txt
24-
source venv/bin/ac
24+
source venv/bin/activate
2525
```
2626

2727
After the installation of all requirements you have to:

0 commit comments

Comments
 (0)