Create virtual environment and install the dependencies:
python3.9 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
Compile the resources:
python wic/compile_resources.py
Start the app:
python start.pyw
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Create virtual environment and install the dependencies:
python3.9 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
Compile the resources:
python wic/compile_resources.py
Start the app:
python start.pyw