From 1cd25659af7fe34290c6678f08480c514997b528 Mon Sep 17 00:00:00 2001 From: Corentin Jemine Date: Wed, 19 Jan 2022 12:02:57 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a711969..95663cf 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ SV2TTS is a deep learning framework in three stages. In the first stage, one cre ## Setup ### 1. Install Requirements -1. Both Windows and Linux and supported. A GPU is recommended for training and for inference speed, but is not mandatory. +1. Both Windows and Linux are supported. A GPU is recommended for training and for inference speed, but is not mandatory. 2. Python 3.7 is recommended. Python 3.5 or greater should work, but you'll probably have to tweak the dependencies' versions. I recommend setting up a virtual environment using `venv`, but this is optional. 3. Install [ffmpeg](https://ffmpeg.org/download.html#get-packages). This is necessary for reading audio files. 4. Install [PyTorch](https://pytorch.org/get-started/locally/). Pick the latest stable version, your operating system, your package manager (pip by default) and finally pick any of the proposed CUDA versions if you have a GPU, otherwise pick CPU. Run the given command.