Downloading the Python Agent
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

Last updated
Was this helpful?