-
Notifications
You must be signed in to change notification settings - Fork 156
Prerequisites
James Habben edited this page Sep 3, 2024
·
6 revisions
Use the compiled binary releases and no dependencies are needed.
These can be found here:
- https://github.com/abrignoni/iLEAPP/releases
- https://github.com/abrignoni/aLEAPP/releases
- https://github.com/abrignoni/rLEAPP/releases
- https://github.com/abrignoni/vLEAPP/releases
Prerequisites for running uncompiled scripts:
- Have Python 3.7.4 or above installed.
- Install dependencies.
- Run this in terminal to install requirements
pip install -r requirements.txt
- See
requirements.txt
of each project for the current list. https://github.com/abrignoni/iLEAPP/blob/main/requirements.txt for example
- Run this in terminal to install requirements
- If you are running on Linux add the tkinter library as so:
sudo apt-get install python3-tk.