Skip to content

Commit

Permalink
Merge pull request #178 from timgraham/1.7.1
Browse files Browse the repository at this point in the history
Updated to Django 1.7.1
  • Loading branch information
olasitarska committed Nov 11, 2014
2 parents 7c5c2ec + ae678de commit cc5be59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions django_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ OK, we have all important dependencies in place. We can finally install Django!

## Installing Django

Now that you have your `virtualenv` started, you can install Django using `pip`. In the console, run `pip install django==1.7` (note that we use a double equal sign: `==`).
Now that you have your `virtualenv` started, you can install Django using `pip`. In the console, run `pip install django==1.7.1` (note that we use a double equal sign: `==`).

(myvenv) ~$ pip install django==1.7
Downloading/unpacking django==1.7
(myvenv) ~$ pip install django==1.7.1
Downloading/unpacking django==1.7.1
Installing collected packages: django
Successfully installed django
Cleaning up...
Expand Down

0 comments on commit cc5be59

Please sign in to comment.