Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 739 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 739 Bytes

SP2

Project realized in coolabration with Oskar Kocjan and Stanisław Światłoch

Table of contents

Setup

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 ~)

Example of usage

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.

Details

For more information see "Dokumentacja_języka_Graphly.pdf"