From 5e58804886022830bcdb4208d561413ffc11bc5a Mon Sep 17 00:00:00 2001 From: b2550 Date: Mon, 24 Nov 2014 09:23:28 -0800 Subject: [PATCH 1/2] 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. From 09c7425af1a971ddcd56d6262324b87fe2277a07 Mon Sep 17 00:00:00 2001 From: b2550 Date: Mon, 24 Nov 2014 13:19:38 -0800 Subject: [PATCH 2/2] Update README.rst Sudo removed to be OS neutral. Considered putting superuser reminder but decided it was not necessary. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4f1c3ce..1a148b6 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ Required ~~~~~~~~ #. Install or add django-ckeditor to your python path. - sudo pip install django-ckeditor-updated + pip install django-ckeditor-updated #. Add ``ckeditor`` to your ``INSTALLED_APPS`` setting.