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 pennsieve2
Getting started
For information on how to use the Pennsieve agent, please refer to Pennsieve Agent installation tutorial. Specific instructions for Python could be found within Python
code blocks.
Updated 4 months ago