mirror of
https://github.com/zeldaret/ph
synced 2026-06-02 10:10:10 -04:00
24 lines
378 B
Markdown
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.
|
|
|