Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Agent File

Our Python agent is published in Python PyPi repository. you : https://pypi.org/project/sealights-python-agent/
You can download it and all its dependencies using the following command:

1
Code Block
firstline
pip install sealights-python-agent

When installing a specific version, you have to mention it explicitly

Code Block
pip install sealights-python-agent
Note
Supports up to pip version 9
==2.2.5

The agent uses the cryptography package which requires OpenSSL libraries and include files.
On Linux this is usually available but on Windows systems, you might need to install it and add it to the LIB & INCLUDE folders

...