Home

Awesome

Installation

create a virtual environment

install the requirements

run helix.py with a test file

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python helix.py syntax/test.hlx
deactivate # to exit the virtual environment when done