Setup¶
Prerequisites¶
Ubuntu >= 24.04 or macOS >= 15 (with Homebrew).
Python >= 3.12 (see pyenv).
Conda (see conda documentation).
A copy of the source code (see Clone the Repository).
Note
All of the commands below should be run from the root of the repository.
Setup¶
To setup a Conda environment with Undertale and all of its dependencies:
conda env create -f environment.yml
You can then activate the environment:
conda activate undertale
Extras¶
Binary Ninja Setup¶
Binary Ninja is required for any pipelines that parse binary data - see Binary Ninja Setup for more details.