Skip to content

Installation guide

We strongly recommend installing a few prerequisites to ensure a smooth experience. These prerequisites are:

  1. Python 3 (version >= 3.10)
  2. Poetry (Python packaging and dependency manager)
  3. git (version control manager)
  4. Docker (containerization technology) [optional]

Tip

If you are missing any of those pre-requisites, please follow the installation guide in each resource before you continue.

Checking prerequisites

You can verify access to these components in your terminal:

  1. Python version 3.10 or higher.
    python --version
    
  2. Poetry
    poetry --version
    
  3. git
    git --version
    
  4. Docker
    docker --version