Update documentation

This commit is contained in:
Iacopo Spalletti 2014-04-19 19:19:15 +02:00
parent 1d2295faad
commit 7175733432

View file

@ -14,13 +14,6 @@ A djangoCMS 3 blog application.
Still experimental and untested. You are welcome if you want to try it; if Still experimental and untested. You are welcome if you want to try it; if
you encounter any issue, please open an issue. 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 Documentation
------------- -------------
@ -31,7 +24,7 @@ Quickstart
Install djangocms-blog:: Install djangocms-blog::
pip install --process-dependency-links djangocms-blog pip install djangocms-blog
Add ``djangocms_blog`` and its dependencies to INSTALLED_APPS:: Add ``djangocms_blog`` and its dependencies to INSTALLED_APPS::