Library Installation¶
Prerequisites¶
- Python 2.7.9 or higher in the Python 2.x series or 3.4 or higher in the Python 3.x series installed within a Windows or Linux environment.
Installation¶
Use pip
to automatically install the library:
pip install dxlstreamingclient-0.1.1-py2.py3-none-any.whl
Or with:
pip install dxlstreamingclient-0.1.1.zip
As an alternative (without PIP), unpack the dxlstreamingclient-0.1.1.zip (located in the lib folder) and run the setup script:
python setup.py install