diff options
| author | Anubhav Joshi <anubhav9042@gmail.com> | 2014-03-20 00:08:12 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-08 11:28:58 -0400 |
| commit | 2cb70131790d5455b94d640e0f6838434b64e39b (patch) | |
| tree | 7b5a5930067fc79618e19a488451f85cb1046592 /docs/topics | |
| parent | 8158557f225f91041c529b92caf06e4f8045a716 (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.txt | 8 |
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 ============================= |
