Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bsteenwi committed Apr 17, 2024
2 parents 0666662 + 5f6848f commit 1851f0b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions editor/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Run editor
# SPARKS GUI Editor

[![SPARKS GUI Editor](https://github.com/predict-idlab/SPARKS/blob/main/img/sparks_editor.gif)](https://youtu.be/BzLiNpzNHU8)

# Run editor
## Installation steps:

To run the editor, make sure a sparql endpoint is available such as the editor dynamically loads the observable properties from this service.
Expand All @@ -21,4 +24,4 @@ python3.10 -m http.server --bind localhost --cgi 8000
```
If you have a different python version, you have to change the python entries (first row) for the parseSTL.py, save_cause.py, save_faults.py and semantify.py files the cgi-bin folder to the correct version and path.

Finally, open a browser and navigate to localhost:8000.
Finally, open a browser and navigate to localhost:8000.

0 comments on commit 1851f0b

Please sign in to comment.