From 16e221587ad8ffadd19c8637b927a4dea8174b11 Mon Sep 17 00:00:00 2001 From: Tom Moroney <72154813+tmoroney@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:50:18 +0000 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 51d1053..c8807ba 100644 --- a/README.md +++ b/README.md @@ -181,15 +181,18 @@ Download **[`auto-subs-light.py`](https://github.com/tmoroney/auto-subs/blob/mai - Contact me here: https://discord.com/invite/TBFUfGWegm ## FAQ -### Auto-Subs not opening +### 1. Auto-Subs not opening Verify that Resolve detects your Python installation by opening the Console from the top menu/toolbar in Resolve and clicking `py3` at the top of the console. -### Can't find Fusion folder +### 2. Can't find Fusion folder Use [Everything](https://www.voidtools.com/) to quickly search your computer for it (Windows only). -### MacOS Error -`` ✔️ Solution: Run this command in the terminal `/Applications/Python\ 3.11/Install\ Certificates.command` (replace the Python directory with wherever Python is installed on your computer). -### Check Python version being used by Resolve +### 3. MacOS Error + +**Solution:** Run this command in the terminal (replace the Python directory with wherever Python is installed on your computer). + + /Applications/Python\ 3.11/Install\ Certificates.command +### 4. Check Python version being used by Resolve `import sys` + `print (sys.version)` in the Resolve console. -### Issues during Whisper setup -[this video](https://youtu.be/ABFqbY_rmEk) may help you (Only the first 6 minutes are necessary). +### 5. Issues during Whisper setup +[This video](https://youtu.be/ABFqbY_rmEk) may help you (Only the first 6 minutes are necessary).