We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4fb9f7 commit 538ca86Copy full SHA for 538ca86
1 file changed
en/chromebook_setup/instructions.md
@@ -55,7 +55,7 @@ mkdir djangogirls
55
cd djangogirls
56
python3.6 -mvenv myvenv
57
source myvenv/bin/activate
58
-pip install django~=2.0.6
+pip install django~={{ book.django_version }}
59
```
60
61
(note that on the last line we use a tilde followed by an equal sign: ~=).
0 commit comments