From 424b2f5bf0ace23347f1dd9ea92dcd6d3563f9a3 Mon Sep 17 00:00:00 2001 From: Rafael Valle Date: Fri, 4 May 2018 23:06:58 -0700 Subject: [PATCH] README.md: fixing typo as pointed out by @syoyo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ca1010..5353ed6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Distributed and FP16 support relies on work by Christian Sarofeen and NVIDIA's 4. Update .wav paths: `sed -i -- 's,DUMMY,ljs_dataset_folder/wavs,g' filelists/*.txt` 5. Install [pytorch 0.4](https://github.com/pytorch/pytorch) 6. Install python requirements or build docker image - - Install python requirements: `pip install requirements.txt` + - Install python requirements: `pip install -r requirements.txt` - **OR** - Build docker image: `docker build --tag tacotron2 .`