InstallationΒΆ

At the command line:

$ easy_install django-bootstrap-select

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-bootstrap-select
$ pip install django-bootstrap-select