Installing the Python Client
Instructions for installing the Pennsieve Python Client.
Basic information
Pennsieve python client is a Python wrapper over the Pennsieve Agent.
The latest source code could be found on the following website: https://github.com/Pennsieve/pennsieve-agent-python
Installation
In order to install Pennsieve Python client, please use the following command:
pip install -U pennsieve
Getting started
For information on how to use the Pennsieve agent, please refer to Installing the Pennsieve Agent. Specific instructions for Python could be found within Python code blocks.