L
L
Les Alterman2015-12-09 13:54:41
Django
Les Alterman, 2015-12-09 13:54:41

How to install Django 1.9 on Windows 10?

Guys please help with the installation! Can't install Django 1.9 on Windows 10. Nothing works! Please describe the installation process in more detail!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Roman Kitaev, 2015-12-09
@Les_Alterman

739abd1965b74804b189d23e927b8571.png
Perhaps you already have an older version? Try pip install -U django
If pip doesn't find it (and it often happens on Windows), then:
C:\Python34\scripts\pip install -U django
Or Python35, depending on what version you have.

P
Pavel Karateev, 2015-12-09
@Lancelote

What specifically doesn't work? Off read the documentation? https://docs.djangoproject.com/en/1.9/howto/windows/

S
s0ci0pat, 2015-12-09
@s0ci0pat

at the command line
cd c:\Python35\Scripts (or wherever you have it installed)
pip install Django

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question