Project realized in coolabration with Oskar Kocjan and Stanisław Światłoch
Run following commands
sudo ./installGraphly.sh path_to_main path_to_bashrc
source ~/.bashrc
path_to_main
is path to a directory which contains main.py and path_to_bashrc
is path to a directory which contains .bashrc file (usually in /home/user or ~)
Graphly path_to_file
path_to_file
is path to a Graphly script
Using -e
option:
Graphly path_to_file -e
allows to see whole stacktrace in case of exception.
For more information see "Dokumentacja_języka_Graphly.pdf"