Installation¶
Prerequisites¶
- OpenDXL Python Client library installed
- https://github.com/opendxl/opendxl-client-python
- The OpenDXL Python Client prerequisites must be satisfied
- https://opendxl.github.io/opendxl-client-python/pydoc/installation.html
- Python 2.7.9 or higher in the Python 2.x series or 3.4.0 or higher in the Python 3.x series installed within a Windows or Linux environment.
- TheHive server and its dependencies installed and configured.
- https://github.com/TheHive-Project/TheHiveDocs#installation-guides
Installation¶
This distribution contains a lib
sub-directory that includes the application library files.
Use pip
to automatically install the library:
pip install dxlthehiveservice-0.1.0-py2.py3-none-any.whl
Or with:
pip install dxlthehiveservice-0.1.0.zip
As an alternative (without PIP), unpack the dxlthehiveservice-0.1.0.zip (located in the lib folder) and run the setup script:
python setup.py install