From 16aa7ea687cc0ba261bc27df12edb645a1b049d4 Mon Sep 17 00:00:00 2001 From: danielfm Date: Mon, 26 Oct 2009 13:25:44 -0200 Subject: [PATCH] Added instructions on how to add Django-Flash as a bundled library. --- doc/source/installation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index f745e06..f1dcd37 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -37,6 +37,12 @@ There are several ways to download and install Django-Flash: $ python setup.py install +**Manualy** + + To add Django-Flash to your project as a bundled library, just add the + ``djangoflash`` directory into your project along with the other apps. + + .. _CheeseShop: http://pypi.python.org/pypi .. _Git: http://git-scm.com/