# Install Contents: - [Prerequisites](#prerequisites) ## Prerequisites 1. Install Python 3.7 or higher 2. Install the Python dependencies: ```shell python3 -m pip install -r tools/requirements.txt ``` 3. Run the setup script: ```shell python tools/setup.py ```