I am trying to install Django on my windows computer, but I am unable to install it. I have been asked to setup the environment, but I am new to this, I have never used Python or Django before, I don't even know what is the use of Django properly. So far I have install Python34. I have setup the environment variables. I have installed pip. When I run
C:\Users\username>pip install Django==1.6.5
Downloading/unpacking Django==1.6.5
Cannot fetch index base URL https://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement Django==1.6.5
Cleaning up...
No distributions at all found for Django==1.6.5
Storing debug log for failure in C:\Users\username\pip\pip.log
What's wrong here? I have gone step by step according to this guide here. What do I need before installing Django? Do I need to have any server or database before running this command?
Can anyone help?