summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorAnubhav Joshi <anubhav9042@gmail.com>2014-03-20 00:08:12 +0530
committerTim Graham <timograham@gmail.com>2014-04-08 11:28:58 -0400
commit2cb70131790d5455b94d640e0f6838434b64e39b (patch)
tree7b5a5930067fc79618e19a488451f85cb1046592 /docs/topics
parent8158557f225f91041c529b92caf06e4f8045a716 (diff)
[1.7.x] Fixed #16205 -- Added an installation for Windows.
Backport of d35d2f61c5 from master
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/install.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index c410f86831..53d9cc3263 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -22,12 +22,8 @@ your operating system's package manager.
.. admonition:: Python on Windows
- On Windows, you might need to adjust your ``PATH`` environment variable
- to include paths to Python executable and additional scripts. For example,
- if your Python is installed in ``C:\Python27\``, the following paths need
- to be added to ``PATH``::
-
- C:\Python27\;C:\Python27\Scripts;
+ If you are just starting with Django and using Windows, you may find
+ :doc:`/howto/windows` useful.
Install Apache and mod_wsgi
=============================