diff --git a/Makefile b/Makefile index a36ea2b..806947f 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ #export CXXFLAGS += -O1 nuitka: + poetry install poetry run python -m nuitka --standalone --onefile --enable-plugin=pyside6 --output-dir=build/nuitka timebot/app.py env: