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:
Adrian Holovaty 2005-11-12 03:24:32 +00:00
parent d47c0a55a2
commit e8ae356739
1 changed files with 10 additions and 0 deletions

View File

@ -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
=============================