How to install Django on Windows - pip, command prompt.

2014-07-06 Thread Daniel Roseman
You can't have been following that documentation very closely, as there is a whole section on how to install pip before the bit that you quote. -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rec

Re: How to install Django on Windows - pip, command prompt.

2014-07-05 Thread Mike Dewhirst
http://stackoverflow.com/questions/4750806/how-to-install-pip-on-windows On 6/07/2014 1:24 PM, Sen wrote: I was going through https://docs.djangoproject.com/en/1.6/howto/windows/#how-to-install-django-on-windows I could follow until "In the command prompt, execute the following command: pip in

Re: How to install Django on Windows - pip, command prompt.

2014-07-05 Thread Setiaman Lee
You can get and install python from activestate.com where pip is included. So you can run pip from command prompt. Rgrds Setiaman On 6 Jul 2014 11:44, "Sen" wrote: > I was going through > https://docs.djangoproject.com/en/1.6/howto/windows/#how-to-install-django-on-windows > I could follow until

How to install Django on Windows - pip, command prompt.

2014-07-05 Thread Sen
I was going through https://docs.djangoproject.com/en/1.6/howto/windows/#how-to-install-django-on-windows I could follow until "In the command prompt, execute the following command: pip install django. This will download and install Django." I'm not sure which command prompt and "pip install dja