Skip to content

Commit 0143b35

Browse files
committed
update latest version
1 parent 4ed3f86 commit 0143b35

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

en/django_installation/instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ OK, we have all important dependencies in place. We can finally install Django!
8080

8181
## Installing Django
8282

83-
Now that you have your `virtualenv` started, you can install Django using `pip`. In the console, run `pip install django==1.8` (note that we use a double equal sign: `==`).
83+
Now that you have your `virtualenv` started, you can install Django using `pip`. In the console, run `pip install django==1.9` (note that we use a double equal sign: `==`).
8484

85-
(myvenv) ~$ pip install django==1.8
86-
Downloading/unpacking django==1.8
85+
(myvenv) ~$ pip install django==1.9
86+
Downloading/unpacking django==1.9
8787
Installing collected packages: django
8888
Successfully installed django
8989
Cleaning up...

0 commit comments

Comments
 (0)