Installation


Prerequisites

Scrybe requires at least Python 3.12.


Install the Scrybe compiler with pip:

pip install ScrybeLang

Alternatively, you can download the latest release from GitHub or PyPI. In this case, navigate to Scrybe’s root directory and run:

pip install -e .

to install Scrybe locally.