Installation
Last updated
Last updated
You have two options :
Download the project from Github (zip format)
Clone the project in a terminal
You can click on "Code", then on "Download ZIP".
Before proceeding with the following commands, move to the location where you want skirnir to be installed.
Execute this command in a terminal
Move to the project directory :
For the most straightforward approach you can run the installation script with the following command : chmod +x launcher-linux.sh & sh launcher-linux.sh
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.
Python3 (with venv & pip)
For Debian distribution : Install libgl1-mesa-glx
Create a python environment
Activate the python environment
Linux/MacOS :
Windows :
Install requirements
Launch the Skirnir program (User Interface)
Linux/MacOS :
Windows :