Installation
Get the project
You have two options :
Download the project from Github (zip format)
Clone the project in a terminal
Download the project
You can click on "Code", then on "Download ZIP".

Clone the project
Execute this command in a terminal
Move to the project directory :
Easiest Installation
Linux
For the most straightforward approach you can run the installation script with the following command : chmod +x launcher-linux.sh & sh launcher-linux.sh
Windows
If you plan to use Skirnir in wsl, you will need gedit to show the UI :
wsl -d [DISTRIBUTION] sudo apt-get install gedit -y
For the most straightforward approach, right click on launcher-win.bat
and open it with administrator rights.
Advanced Installation
Prerequisites
Python3 (with venv & pip)
For Debian distribution : Install libgl1-mesa-glx
Getting Started
Create a python environment
Activate the python environment
Linux/MacOS :
Windows :
Install requirements
Launch the Skirnir program (User Interface)
Linux/MacOS :
Windows :
Last updated