This commit is contained in:
Elizabeth Cray 2024-04-16 16:21:37 -04:00
parent 2cb2522534
commit 22ecb47da2

View File

@ -24,5 +24,5 @@ python3 wazowski.py -i {meeting_video_recording} -o {meeting_summary_output}
# Build # Build
```bash ```bash
python3 -m pyinstaller --onefile -n Wazowski wazowski.py pyinstaller --onefile -n Wazowski wazowski.py
``` ```