summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-12 03:24:32 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-12 03:24:32 +0000
commite8ae3567393443934d896579dd6d1dfc92bddb95 (patch)
tree71cec7c6921377464bc850c8a2533833e3e98d92
parentd47c0a55a26af9e170a3455bbb873132e05658bc (diff)
downloaddjango-e8ae3567393443934d896579dd6d1dfc92bddb95.tar.gz
Added 'Install Python' section to docs/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1193 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/install.txt10
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
=============================