From 2cb25225340a7bdc494bb48026ad6d6064d80cde Mon Sep 17 00:00:00 2001 From: Elizabeth Cray Date: Tue, 16 Apr 2024 16:12:35 -0400 Subject: [PATCH] Build instructions --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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