diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-11-12 03:24:32 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-11-12 03:24:32 +0000 |
| commit | e8ae3567393443934d896579dd6d1dfc92bddb95 (patch) | |
| tree | 71cec7c6921377464bc850c8a2533833e3e98d92 /docs/install.txt | |
| parent | d47c0a55a26af9e170a3455bbb873132e05658bc (diff) | |
Added 'Install Python' section to docs/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1193 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/install.txt')
| -rw-r--r-- | docs/install.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/install.txt b/docs/install.txt index 40366e0228..82d51a667c 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -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 ============================= |
