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: https://pypi.org/project/sealights-python-agent/
You can download it and all its dependencies using the following command:

Code Block
pip install sealights-python-agent

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

Code Block
pip install sealights-python-agent==2.2.5

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

...