Setup

Prerequisites

Note

All of the commands below should be run from the root of the repository.

Setup

To setup Undertale, first install the necessary dependencies:

sudo bash dependencies/production.{operating-system}.sh

Where {operating-system} is either ubuntu or macos.

Warning

There are some dependencies that the scripts cannot install automatically for you - please check the output for warnings and more information.

Then install the Python package with pip with frozen dependencies:

pip install . -c constraints.txt