Development Prerequisites
Follow the steps below to use Python to interact with the Telnyx API and get started with the Telnyx Python guides.
- Go through the relevent Telnyx Setup Guide to setup your Portal for use.
- You'll need to ensure that you have Python installed on your computer. If Python isn’t installed, follow the official installation instructions for your operating system to install it. You can check this by running the following:
python --version
Note: After pasting the above content, Kindly check and remove any new line added
- You’ll need to have pip installed. If pip isn’t installed, follow the official pip installation instructions for your operating system to install it. You can check this by running:
pip --version
Note: After pasting the above content, Kindly check and remove any new line added
- Install the required Python dependencies (Requests) by running the following:
pip install requests
Note: After pasting the above content, Kindly check and remove any new line added