From b2cb66bfbca65b6b52cbfb9ef2cb71af774e0d80 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 21 Jul 2005 01:37:28 +0000 Subject: Filled in INSTALL and README files git-svn-id: http://code.djangoproject.com/svn/django/trunk@259 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- INSTALL | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 1c515d885c..6ec16a2158 100644 --- a/INSTALL +++ b/INSTALL @@ -1 +1,7 @@ -This is a stub; please complete me +Thanks for downloading Django. + +To install it, make sure you have Python 2.3+ installed. Then run this command: + +python2.3 setup.py install + +For more detailed instructions, see docs/install.txt. \ No newline at end of file -- cgit v1.3