From 233df953d458983cd1e3872edb83e771c8b5c5be Mon Sep 17 00:00:00 2001 From: Anjok07 <68268275+Anjok07@users.noreply.github.com> Date: Thu, 7 Apr 2022 15:36:33 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f5ff53..6fd75a1 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,14 @@ The application was made with Tkinter for cross-platform compatibility, so it sh ### Install Required Applications & Packages -1. Download & install Python 3.7 [here](https://www.python.org/ftp/python/3.7.0/python-3.7.0-amd64.exe) (Windows link) - - **Note:** Ensure the *"Add Python 3.7 to PATH"* box is checked -2. Once Python has been installed, download **Ultimate Vocal Remover GUI Version 5.0.0** [here](https://github.com/Anjok07/ultimatevocalremovergui/releases/tag/v5.0.0) -3. Please add the models included in the latest package to your 'models' folder. +1. Download & install Python 3.9.8 [here](https://www.python.org/ftp/python/3.9.8/python-3.9.8-amd64.exe) (Windows link) + - **Note:** Ensure the *"Add Python 3.9 to PATH"* box is checked +2. Download the Source code zip here - https://github.com/Anjok07/ultimatevocalremovergui/archive/refs/tags/v5.0.1.zip +3. Download the models.zip here - https://github.com/Anjok07/ultimatevocalremovergui/releases/download/v5.0.1/models.zip +4. Extract the ultimatevocalremovergui-5.0.1 folder within ultimatevocalremovergui-5.0.1.zip where ever you wish. +5. Extract the models folder within models.zip to the ultimatevocalremovergui-5.0.1 directory. - **Note:** At this time, the GUI is hardcoded to run the models included in this package only. +6. Open the command prompt from the ultimatevocalremovergui-5.0.1 directory and run the following commands, separately - ``` pip install --no-cache-dir -r requirements.txt