Skip to content

Set up development environment

Requirements

  1. Install python
  2. Install poetry
  3. Install git

Setting up development environment

  1. Git clone source code, if not already done
    git clone <repo remote url>
    
  2. Git pull latest source code
    git pull
    
  3. Install poetry environment
    poetry install