From 6ea3694130a630f6d1a7fcd53828b5082d39adf3 Mon Sep 17 00:00:00 2001 From: LNLenost <110625168+LNLenost@users.noreply.github.com> Date: Sun, 21 Apr 2024 14:51:46 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 13443c3..43ade0d 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ Opens any file using your voice. Works with latest version of Python. # How to use 1. Download Python on their website for your OS. (If you are using Windows, make sure to check "add py.exe to PATH") -2. Open your terminal, change to the directory where main.py, requirements.txt and your file is located, and type "pip install -r requirements.txt". -3. Open main.py using a text editor, and replace "xxx" in "file_path = "xxx" with your file name (example: "file_path = "music.mp3") -4. Repeat step 3 for "target_work", but instead of the file type the word for opening the file -5. Open main.py using your terminal or VSC. +2. Download the latest release of voice2file. +3. Open your terminal, change to the directory where main.py, requirements.txt and your file is located, and type "pip install -r requirements.txt". +4. Open main.py using a text editor, and replace "xxx" in "file_path = "xxx" with your file name (example: "file_path = "music.mp3") +5. Repeat step 3 for "target_work", but instead of the file type the word for opening the file +6. Open main.py using your terminal or VSC. # FAQ Q: Does this work with whole sentences? @@ -14,3 +15,5 @@ A: Yes. Q: Something isn't working, what should I do? A: Make sure you followed step 1 and 2. If you did, open an issue. + +# Enjoy! \ No newline at end of file