Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 268 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 268 Bytes

Extending Prolexa to arbitrary entities

Installation

git clone https://github.com/g-leech/prolexa.git
python3 -m venv prolexa-plus
source prolexa-plus/bin/activate
pip install -r requirements.txt

Use

python3 prolexa-plus.py```