Library Installation ==================== Prerequisites ************* * OpenDXL Python Client library installed ``_ * The OpenDXL Python Client prerequisites must be satisfied ``_ * The MaxMind DXL service is running and available on the DXL fabric ``_ * Python 2.7.9 or higher in the Python 2.x series or Python 3.4.0 or higher in the Python 3.x series installed within a Windows or Linux environment. Installation ************ Use ``pip`` to automatically install the library: .. parsed-literal:: pip install dxlmaxmindclient-\ |version|\-py2.7-none-any.whl Or with: .. parsed-literal:: pip install dxlmaxmindclient-\ |version|\.zip As an alternative (without PIP), unpack the dxlmaxmindclient-\ |version|\.zip (located in the lib folder) and run the setup script: .. parsed-literal:: python setup.py install