From 71757334329690ffdf7161eac0f38737de59a962 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sat, 19 Apr 2014 19:19:15 +0200 Subject: [PATCH] Update documentation --- README.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.rst b/README.rst index f1847e2..c281bb0 100644 --- a/README.rst +++ b/README.rst @@ -14,13 +14,6 @@ A djangoCMS 3 blog application. Still experimental and untested. You are welcome if you want to try it; if you encounter any issue, please open an issue. -.. warning:: Due to changes in pip 1.5, dependency_links is not respected - anymore (see http://www.pip-installer.org/en/develop/dependency_links.html); - djangocms-blog depends on development version of django-parler; thus, - to proper install it you must invoke pip with `--process-dependency-links` - options as stated below. - We're going to fix this soon, sorry for the inconvenience. - Documentation ------------- @@ -31,7 +24,7 @@ Quickstart Install djangocms-blog:: - pip install --process-dependency-links djangocms-blog + pip install djangocms-blog Add ``djangocms_blog`` and its dependencies to INSTALLED_APPS::