Setup

Prerequisites

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.