# JOJ3-config-generator ## Getting Started 1. Install [Python>=3.10](https://www.python.org/) and [PDM](https://pdm-project.org/). 2. Install deps by `pdm install -G:all`. ### For developers ```bash pdm run pre-commit install ```