Downloading the Python agent file

Agent File

Our Python agent is published in Python PyPi repository: sealights-python-agent
You can download it and all its dependencies using the following command:

pip install sealights-python-agent

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

pip install sealights-python-agent==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