Getting Started with Frankie
Requirements
- Python 3.10 or higher
- No external dependencies — pure Python standard library
Installation
# 1. Unzip and enter the folder
cd frankie
# 2. Run the installer
python3 install.py
# 3. Add frankie/bin to your PATH (add to ~/.bashrc or ~/.zshrc)
export PATH="/path/to/frankie/bin:$PATH"
To uninstall:
python3 install.py --uninstall
Without installing
python3 frankiec.py run examples/hello.fk