Browse Source

update README.md

yangck 7 years ago
parent
commit
e7d150474a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -14,7 +14,7 @@
     todo\Scripts\activate
     todo\Scripts\activate
 
 
 ### Install Django to the active environment
 ### Install Django to the active environment
-    pip install django
+    pip install django==1.10
 
 
 ### Create a new project
 ### Create a new project
     django-admin.py startproject todo
     django-admin.py startproject todo