Update README.md

This commit is contained in:
Dilan Boskan
2020-11-09 13:12:14 +01:00
committed by GitHub
parent a1e03d149d
commit 000f1ba6d0

View File

@@ -16,13 +16,7 @@ The application was made with Tkinter for cross platform compatibility, so this
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 --no-cache-dir -r requirements.txt
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 torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
``` ```