Update README.md

This commit is contained in:
McCloudS
2024-02-17 10:21:32 -07:00
committed by GitHub
parent 5fa87307b5
commit 715ea853ae

View File

@@ -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