From a17d1f30c44676f881fcfc5ea830e710c6e76063 Mon Sep 17 00:00:00 2001 From: Tobi Date: Thu, 19 Oct 2023 16:19:52 +0100 Subject: [PATCH] Simplified setup steps --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b94648c..73c3c10 100755 --- a/README.md +++ b/README.md @@ -23,10 +23,8 @@ Visit our [website] for audio samples. 1. Clone our repo and initialize submodule ```command - git clone https://github.com/NVIDIA/waveglow.git + git clone https://github.com/NVIDIA/waveglow.git --recurse-submodules cd waveglow - git submodule init - git submodule update ``` 2. Install requirements `pip3 install -r requirements.txt`