From 45d2cacf64f35c63e2d78a07dad3fc7ff8b0c67d Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:56:00 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a6e1f2..fc51b57 100644 --- a/README.md +++ b/README.md @@ -60,13 +60,14 @@ 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 watchdog`~~. Then run it: `python3 launcher.py --update --install`. You need to have matching paths relative to your Plex server/folders, or use USE_PATH_MAPPING. Paths are not needed if you are only using Bazarr. +Install python3 and ffmpeg ~~and run `pip3 install numpy stable-ts fastapi requests faster-whisper uvicorn python-multipart python-ffmpeg whisper transformers optimum accelerate watchdog`~~. Then run it: `python3 launcher.py -u -i`. You need to have matching paths relative to your Plex server/folders, or use USE_PATH_MAPPING. Paths are not needed if you are only using Bazarr. #### Using Launcher lunacher.py can launch subgen for you and automate the setup and can take the following options: -![image](https://github.com/McCloudS/subgen/assets/64094529/320e3243-7733-4b14-a1af-7215e541d244) +![image](https://github.com/McCloudS/subgen/assets/64094529/b2364e22-a586-46d8-b051-e95f11db68c0) + ### Docker