From 000f1ba6d0bdfb01c86733f55cc3f3e5d4b1e0e9 Mon Sep 17 00:00:00 2001 From: Dilan Boskan Date: Mon, 9 Nov 2020 13:12:14 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ef34cf9..314b4ab 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,10 @@ The application was made with Tkinter for cross platform compatibility, so this ### Install Required Applications & Packages 1. Download & install Python 3.7 [here](https://www.python.org/ftp/python/3.6.8/python-3.6.8-amd64.exe) (Make sure to check the box that says "Add Python 3.7 to PATH" if you're on Windows) -2. Once Python has installed, open the Windows Command Prompt and run the following installs - +2. Once Python has installed, open the Windows Command Prompt and run the following installs- ``` -pip install Pillow -pip install tqdm==4.30.0 -pip install librosa==0.6.3 -pip install opencv-python -pip install numba==0.48.0 -pip install SoundFile -pip install soundstretch +pip install --no-cache-dir -r requirements.txt pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html ```