Skip to main content

Installation

To install the ESP python client, you can use pip:

~$ pip install --extra-index-url http://<esp_url>/pypi/simple espclient

If you don’t have pip installed, this Python installation guide can guide you through the process.

Once you have the client installed, you can check if the installation was successful using the python -m esp status command:

~$ python -m esp --host <esp_url> --port <esp_port> --password <esp_admin_password> status

Connecting to esp with following credentials:
   host: 127.0.0.1
   port: 8002
   email: admin@localhost
   cookies: None

Connection established!

For information on how to use the client, see the Usage section of the documentation.