Skip to content

Configure and Run staej on UNIX like Systems

El-Saig Dávid edited this page Aug 6, 2018 · 1 revision

Configuration

There are 3 ways to set up staej ordered by quickest to most time consuming. Please pick whichever applies to you!

A - If you have a prepared staej distribution

You should have a staej.zip file that contains a staej folder. Assuming that you are in the folder containing this zip file.

mkdir -p ~/.config
unzip staej.zip -d ~/.config

B - If you only have the official JIGSAWS files

See this command to learn about importing using enter-staej.py:

python3 enter-staej.py --help

If you want to import all three of the original JIGSAWS archives you can do it like this:

python3 enter-staej.py --db path_to_jigsaws/{Knot_Tying,Needle_Passing,Suturing}.zip

Execution

You can launch staej now. If you create a shortcut or launcher script, make sure the working directory is the staej folder before launching main.py

cd staej
python3 main.py

Screenshot of staej running in uncostumized Bionic Beaver Screenshot of staej running in uncostumized Bionic Beaver