# Downloading the Python Agent

Our Python agent is published in Python PyPi repository: [![](https://pypi.org/static/images/favicon.35549fe8.ico)sealights-python-agent](https://pypi.org/project/sealights-python-agent/)\
You can download it and all its dependencies using the following command:

{% code lineNumbers="true" %}

```python
pip install sealights-python-agent
```

{% endcode %}

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

{% code lineNumbers="true" %}

```python
pip install sealights-python-agent==2.2.5
```

{% endcode %}

{% hint style="info" %}
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
{% endhint %}

<figure><img src="https://4057366433-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAjqTCMRYvHhDgsdPLUnc%2Fuploads%2FMQp5f9oYaTaWk2QAvZNv%2Fimage-20220830-144907.png?alt=media&#x26;token=80e4a1b2-711d-41f1-93d7-c31a326c5e8a" alt=""><figcaption></figcaption></figure>

&#x20;
