-
Notifications
You must be signed in to change notification settings - Fork 2
Configure and Run staej on UNIX like Systems
El-Saig Dávid edited this page Aug 6, 2018
·
1 revision
There are 3 ways to set up staej ordered by quickest to most time consuming. Please pick whichever applies to you!
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
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
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