From 392e417956d6c68764559cf85ab9f295f0db6a97 Mon Sep 17 00:00:00 2001 From: James Turk Date: Wed, 28 Oct 2009 16:57:37 -0400 Subject: [PATCH] removed installation blurb, people can use pip/easy_install/setup.py whatever they want --- main.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/main.rst b/main.rst index 23da1a0..0f5b361 100644 --- a/main.rst +++ b/main.rst @@ -20,15 +20,6 @@ python >= 2.4 django >= 1.0 -Installation -============ - -To install run - - ``python setup.py install`` - -which will install the application into the site-packages directory. - Usage =====