From 5e58804886022830bcdb4208d561413ffc11bc5a Mon Sep 17 00:00:00 2001 From: b2550 Date: Mon, 24 Nov 2014 09:23:28 -0800 Subject: [PATCH] Update README.rst Added PIP install command because previously there was no information on how to install it --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index a0f7a49..4f1c3ce 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,8 @@ Installation Required ~~~~~~~~ #. Install or add django-ckeditor to your python path. + + sudo pip install django-ckeditor-updated #. Add ``ckeditor`` to your ``INSTALLED_APPS`` setting.