Graphical Resolver of T4s requires that Python in at least 3.5 version is on board. Additionally, the
following packages are necessary: numpy, matplotlib and pillow.
Windows instruction
Download and install Anaconda from continuum.io, which
contains almost all required packages.
Open Windows command line window and type:
conda remove pillow pip install pillow Such lines are needed, because pillow package is broken in the last Anaconda Python distribution.
Download GRoT> package from the project page on GitHub
and unzip it in desired location.
Open Windows command line window, change directory to the one that you just unzipped GRoT> and type line
given below to check if it is running:
python run.py
Linux instruction
Install required packages: python3-numpy, python3-matplotlib and python3-pil. For example, Ubuntu system
terminal commands will look like that: sudo apt-get install python3-numpy sudo apt-get install python3-matplotlib sudo apt-get install python3-pil
Download GRoT> package from the project page on GitHub
and unzip it in desired location.
Open terminal, change directory to that you just unzipped GRoT> and type line given below to check if it is running:
python3 run.py