-
Notifications
You must be signed in to change notification settings - Fork 0
Installation & Setup
Nika Natsvlishvili edited this page Dec 29, 2025
·
1 revision
- Python 3.10 or higher.
git clone https://github.com/nikanats/nikanats-logos.git
cd nikanats-logosIt is recommended to use a virtual environment.
# Create virtual environment
python -m venv .venv
# Activate (Windows)
.venv\Scripts\activate
# Activate (Linux/macOS)
source .venv/bin/activateThe interpreter relies on lark for parsing.
pip install larkTo run a Logos file (.lg):
python logos.py path/to/script.lgTo run the Interactive Confessional (REPL):
python logos.py