Skip to main content

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:
python --version

You should see something like Python 3.12.10 or higher.

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:

  1. Taking a quick Python tutorial (30 minutes)
  2. Installing Visual Studio Code with the Python extension