virtualenv venv # create virtual environment
source ./venv/bin/activate # activate virtual environment
poetry install # install required packages
poetry run aw-watcher-utilization [--testing] [-v] [--verbose]
pyinstaller --clean pyinstaller.spec
python test.py