Library Installation ==================== Prerequisites ************* * OpenDXL Python Client library installed ``_ * The OpenDXL Python Client prerequisites must be satisfied ``_ * Python 2.7.9 or higher installed within a Windows or Linux environment (Python 3 is not supported at this time) Installation ************ Use ``pip`` to automatically install the library: .. parsed-literal:: pip install dxlnmapclient-\ |version|\-py2.7-none-any.whl Or with: .. parsed-literal:: pip install dxlnmapclient-\ |version|\.zip As an alternative (without PIP), unpack the dxlnmapclient-\ |version|\.zip (located in the lib folder) and run the setup script: .. parsed-literal:: python setup.py install