The GUI is a remake in Python of the project Monterey
-
Create a new virtual environment running
python3 -m venv env
-
Activate the virtual environment systems via
source ./env/bin/activate
It can beand deactivated typing
deactivate
.On Windows system there is a dedicated script as well to enable and disable the environment in
./env/bin
. -
Install all the required dependencies using PiP run
./env/bin/python3 -m pip install -r requirements.txt
We do recomend to locally ignore such folder adding in .git/info/exclude
the following line
**/env
Your environment is set up.
python3 main.py