.. _installation:

============
Installation
============

#. Install using ``pip``.
   
   .. code-block:: bash
   
   	pip install django-tinymcewrapper

#. Add ``tinymcewrapper`` to your project's ``INSTALLED_APPS``\ .
   
   .. code-block:: python
   
      INSTALLED_APPS = (
          # ... other apps
          'tinymce',
          'tinymcewrapper',
      )


Dependencies
------------

`Django TinyMCE <https://github.com/aljosa/django-tinymce>`_
