Added 'Install Python' section to docs/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1193 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d47c0a55a2
commit
e8ae356739
|
@ -4,6 +4,16 @@ How to install Django
|
|||
|
||||
This document will get you up and running with Django.
|
||||
|
||||
Install Python
|
||||
==============
|
||||
|
||||
Being a Python Web framework, Django requires Python.
|
||||
|
||||
It works with any Python version 2.3 and higher.
|
||||
|
||||
Get Python at www.python.org. If you're running Linux or Mac OS X, you probably
|
||||
already have it installed.
|
||||
|
||||
Install Apache and mod_python
|
||||
=============================
|
||||
|
||||
|
|
Loading…
Reference in New Issue