From f7c5a705b215c4a1f23203b5250a13e40135d0ab Mon Sep 17 00:00:00 2001 From: tzangms Date: Tue, 28 Feb 2012 21:22:45 +0800 Subject: [PATCH] Update README.rst --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index 9215717..c940387 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,19 @@ A django template tag to work with twitter bootstrap ( http://twitter.github.com Installation ============ + +``$ pip install django-bootstrap-form`` + +for people who still use older version before twitter bootstrap 2.0 + + +``$ pip install django-bootstrap-form==0.2`` + + + +Configuration +============== + Add 'bootstrapform' to INSTALLED_APPS.