Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 242 Bytes

installation.rst

File metadata and controls

12 lines (8 loc) · 242 Bytes

Installation

At the command line:

$ easy_install django_elastic_appsearch

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django_elastic_appsearch
$ pip install django_elastic_appsearch