From 8cdaf7965efaced3b9627709cea6cfcdbf537ba4 Mon Sep 17 00:00:00 2001 From: centralniak Date: Wed, 6 Oct 2010 16:42:08 +0200 Subject: [PATCH] Minor README fixes --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 32f34fe..6ad6633 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,8 @@ Requirements - django-inline-ordering http://pypi.python.org/pypi/django-inline-ordering/ - easy-thumbnails http://pypi.python.org/pypi/easy-thumbnails/ +(will be installed automatically when using tools like pip or easy_install) + Installation ------------ @@ -15,9 +17,9 @@ Installation 2. Add ``cmsplugin_gallery`` to your installed apps -2. Run syncdb +2. Run ``manage.py syncdb`` -3. Create directory for storing media files - files will be uploaded to MEDIA_ROOT + 'cmsplugin_gallery/images'. +3. Create directory for storing media files - files will be uploaded to ``MEDIA_ROOT + 'cmsplugin_gallery/images'``. Make sure it is writable especially when running in embedded mode on production server. 4. Install jQueryTOOLS for overlay support using your favorite method