Update README.rst

Added PIP install command because previously there was no information on how to install it
This commit is contained in:
b2550 2014-11-24 09:23:28 -08:00
parent 1983840b76
commit 5e58804886
1 changed files with 2 additions and 0 deletions

View File

@ -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.