Prerequisites
Before you start using the Simplex SDK, make sure you have the following installed on your system.
Required Software
Python (Required)
- Version: Python 3.12.10 or higher
- Download: python.org/downloads
- Check if installed: Open your terminal/command prompt and type:
- Windows
- macOS
python --version
python3 --version
You should see something like Python 3.12.10 or higher.
Optional but Recommended
Code Editor
- Visual Studio Code with the Python extension
- Any text editor will work for simple scripts
First Time with Python?
If this is your first time using Python, we recommend:
- Taking a quick Python tutorial (30 minutes)
- Installing Visual Studio Code with the Python extension