summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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
=============================