The first step to install Archon, is to download the Archon. Click of the
link bellow to download the zip file.
Download
After downloading the correct version of Archon, please extract all files
from the zip file.
In the extracted folder, you'll see some files and one folder called
archon
. Open the folder.
To run Archon, you need to have installed python3
. If you
didn't install python3
, you'll find the commands bellow.
Execute this in your terminal:
sudo apt install python3
Execute this in your terminal:
sudo pacman -Sy python-pip
Please download the Pyhon installer from the Python homepage or enter this
command in your cmd and continue the steps on your screen:
python3
.
To install all libraries, please excute this in your terminal or command
prompt:
pip install pyAesCrypt termcolor
Maybe, pip wants you to update first. Please do the update, and then
retry.
Now, please reopen the folder archon
from the extracted zip
file.
Open a terminal or command prompt in this folder.
Enter this command to run archon first time:
python3 __main__.py
Or, run this command to open the gui: python3 gui.pyw