From 715ea853ae22fe1fe817c3e7930874c4b6f3ebda Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sat, 17 Feb 2024 10:21:32 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 247cac6..f502c6c 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Honestly, I built this for me, but saw the utility in other people maybe using i ### Standalone/Without Docker -install python3 and ffmpeg and run `pip3 install numpy stable-ts fastapi requests faster-whisper uvicorn python-multipart python-ffmpeg whisper transformers optimum accelerate`. You need to have matching paths relative to your Plex server/folders, or use USE_PATH_MAPPING. +install python3 and ffmpeg and run `pip3 install numpy stable-ts fastapi requests faster-whisper uvicorn python-multipart python-ffmpeg whisper transformers optimum accelerate`. Then run it: `python3 subgen.py`. You need to have matching paths relative to your Plex server/folders, or use USE_PATH_MAPPING. ### Docker