Files
ph/INSTALL.md
T
2023-09-18 18:18:29 +02:00

24 lines
378 B
Markdown

# 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.