Skip to content

Commit 538ca86

Browse files
committed
django version at chromebook instructions
1 parent d4fb9f7 commit 538ca86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/chromebook_setup/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ mkdir djangogirls
5555
cd djangogirls
5656
python3.6 -mvenv myvenv
5757
source myvenv/bin/activate
58-
pip install django~=2.0.6
58+
pip install django~={{ book.django_version }}
5959
```
6060

6161
(note that on the last line we use a tilde followed by an equal sign: ~=).

0 commit comments

Comments
 (0)