diff --git a/docs/how_to/install.rst b/docs/how_to/install.rst index da6b107..fb08b45 100644 --- a/docs/how_to/install.rst +++ b/docs/how_to/install.rst @@ -58,11 +58,14 @@ In your project's ``settings.py`` make sure you have all of:: 'aldryn_boilerplates', 'aldryn_reversion', 'aldryn_translation_tools', - 'djangocms_text_ckeditor', 'parler', 'sortedm2m', 'aldryn_faq', 'taggit', + + # you'll almost certainly have these installed already + 'djangocms_text_ckeditor', + 'reversion', listed in ``INSTALLED_APPS``, *after* ``'cms'``.