Latest News

Friday, September 8, 2017

Install Django on Windows 10

First Enable PIP :  follow the Installation process here.

Ensure you have already Installed Python before proceeding with PIP Installation

Once sucessfully enabled PIP, you ll get below message
Installing collected packages: wheel Successfully installed wheel-0.29.0

  
Now again open CMD promt, Navigate to Desktop and use below command

C:\Users\deb>pip install django


Once completed you ll get below 

C:\Users\deb\Desktop>pip install django
Collecting django
  Downloading Django-1.11.5-py2.py3-none-any.whl (6.9MB)
    100% |¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦| 7.0MB 100kB/s
Collecting pytz (from django)
  Downloading pytz-2017.2-py2.py3-none-any.whl (484kB)
    100% |¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦| 491kB 146kB/s
Installing collected packages: pytz, django
Successfully installed django-1.11.5 pytz-2017.2


  • Google+
  • Pinterest
« PREV
NEXT »

No comments

Post a Comment