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) * A valid URLVoid API Key (See `URLVoid API `_ for more information) The API key must be specified in the :ref:`Service Configuration File ` Installation ************ This distribution contains a ``lib`` sub-directory that includes the service library files. Use ``pip`` to automatically install the library: .. parsed-literal:: pip install dxlurlvoidservice-\ |version|\-py2.7-none-any.whl Or with: .. parsed-literal:: pip install dxlurlvoidservice-\ |version|\.zip As an alternative (without PIP), unpack the dxlurlvoidservice-\ |version|\.zip (located in the lib folder) and run the setup script: .. parsed-literal:: python setup.py install