To install django-markup just add the package to your INSTALLED_APPS setting within your settings.py:
# settings.py INSTALLED_APPS = ( ... 'django_markup', )
Thats all. To start using it, see the following tutorials:
Installation
Usage in Django templates
Enter search terms or a module, class or function name.