- 
pip install django-pico
- 
Add "djpico" to your INSTALLED_APPS setting like this: 
    INSTALLED_APPS = (
        ...
        'djpico',
    )
- 
Include the polls URLconf in your project urls.py like this:: url(r'^pico/', include('djpico.urls')),
See Pico for more information.