From 8ecdfe80d7f976ce42ca2cbbac51d1efcecf6c79 Mon Sep 17 00:00:00 2001 From: Fajran Iman Rusadi Date: Sun, 31 Jan 2010 11:52:45 +0100 Subject: [PATCH] Add installation guide --- INSTALL | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..6c3c8d7 --- /dev/null +++ b/INSTALL @@ -0,0 +1,13 @@ +Installation Guide +================== + +To install django-loginurl, run the following command inside this directory:: + + $ python setup.py install + +You can also use ``easy_install`` to download and install the package +automatically:: + + $ easy_install django-loginurl + +