Skip to main content

Python Example

Prerequisites

Before you start, ensure you have the following:

Clone the repository

Use the git clone command to clone the PIOPIY Python example from our TeleCMI GitHub repository.

git clone https://github.com/telecmi/piopiy_python_example.git

First, clone this repository to your local machine:

cd piopiy_python_example

Install the required packages

Once inside the project directory, create a virtual environment and install the required packages:

python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
pip install -r requirements.txt