diff --git a/README.md b/README.md index 08d0bca..1b8b433 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ python3 wazowski.py -i {meeting_video_recording} -o {meeting_summary_output} # Build ```bash -python3 -m nuitka --onefile --module-parameter=torch-disable-jit=yes wazowski.py +python3 -m pyinstaller --onefile -n Wazowski wazowski.py ``` diff --git a/requirements.txt b/requirements.txt index 98f0292..d207f2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ openai-whisper @ git+https://github.com/openai/whisper.git ffmpeg-python spacy spacy_download -nuitka +pyinstaller