# Install Contents: - [Prerequisites](#prerequisites) - [Build the ROM](#build-the-rom) ## Prerequisites 1. Install Python 3.11 or higher 2. Install the Python dependencies: ```shell python -m pip install -r tools/requirements.txt ``` 3. Run the setup script: ```shell python tools/setup.py ``` ## Build the ROM To build the ROM, simply run `make` in the root directory.