Skip to content

Installation

Installing Eryx

Before installing Eryx, you need to make sure you have Python and pip installed and working. You can verify it with the following commands:

python --version
# Python 3.12.6
pip --version
# pip 24.3.1

Python version

The Python version must be above 3.10.0

Installing and verifying the installation is as simple as:

pip install eryx && eryx --version
# Eryx, version 0.3.6

Interacting with the CLI

The CLI can accessed via the following command:

eryx

The CLI is used to do everything within the language, as explained here.