forked from spexod/iSLAT
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Johnny edited this page Jan 20, 2026
·
4 revisions
Download and run the latest version from GitHub: Make sure you have git and pip installed, then run these terminal commands sequentially from within the folder where you wish your local copy of iSLAT to be:
git clone https://github.com/spexod/iSLAT
cd iSLAT
pip install -r requirements.txt
To launch iSLAT, simply type (if something goes wrong, you might just need to update some of your python packages):
cd iSLAT
python iSLAT.py
Update to the latest version from GitHub: Remember to update the repository from GitHub from time to time (check at the top of the page to see if you're running an older version); from your local iSLAT folder, type on terminal:
git pull https://github.com/spexod/iSLAT