Installation
Downloading and starting up ITL Development Studio
In order to run the ITL Development Studio on your computer download:
- Python IDLE editor from its official website.
- Run following commands in the terminal to install Python dependencies:
pip install numpy pandas matplotlib xlsxwriter xhtml2pdf
pip install -U scikit-fuzzy
pip install lark-parser --upgrade
- Download ITL master repository from here.
- Unpack master archive and open IDLE.
- Within IDLE load Implementation/main.py.
- Launch ITL Development Studio by pressing F5.