Skip to content

Getting Started

Prerequisites

Python

There are a few things to note before using the RTDIP SDK. The following prerequisites will need to be installed on your local machine.

Python version 3.9 >= and < 3.12 should be installed. Check which python version you have with the following command:

python --version

Find the latest python version here and ensure your python path is set up correctly on your machine.

Python Package Installers

Installing the RTDIP can be done using a package installer, such as Pip, Conda or Micromamba.

Ensure your pip python version matches the python version on your machine. Check which version of pip you have installed with the following command:

pip --version

There are two ways to ensure you have the correct versions installed. Either upgrade your Python and pip install or create an environment.

python -m pip install --upgrade pip

Check which version of Conda is installed with the following command:

conda --version

If necessary, upgrade Conda as follows:

conda update conda

Check which version of Micromamba is installed with the following command:

micromamba --version

If necessary, upgrade Micromamba as follows:

micromamba self-update



← Previous Next →

Course Progress

  • Introduction
    • Overview
    • Prerequisites
    • Architecture
    • Getting Started
      • Prerequisites
      • Installation
      • Exercise
  • SDK
  • Power BI
  • APIs
  • Excel Connector