Installation

To install mysolr from Pypi:

pip install mysolr

From source code:

python setup.py install

Dependencies

requests

Mysolr uses requests module for sending HTTP requests. So, if you install mysolr from source code you have to install it.

anyjson

New in version 0.8.1.

Since using eval could be dangerous. We decided to use anyjson which tries to use the fastest json library in your enviroment, using simplejson by default.


Fork me on GitHub