Skip to content

Commit ba0a7f1

Browse files
committed
Fixed venv initialisation for readability
1 parent f0d320d commit ba0a7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/chromebook_setup/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Run:
7474
```
7575
mkdir djangogirls
7676
cd djangogirls
77-
python3 -mvenv myvenv
77+
python3 -m venv myvenv
7878
source myvenv/bin/activate
7979
pip install django~={{ book.django_version }}
8080
```

0 commit comments

Comments
 (0)