From 079380052668916a33436fbc1abdb6629ef566d3 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 11 Jan 2023 10:50:18 -0500 Subject: [PATCH] add explicit requirements.txt usage for dep installation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec993fa..7353a7b 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Next, install TorToiSe and it's dependencies: ```shell git clone https://github.com/neonbjb/tortoise-tts.git cd tortoise-tts +python -m pip install -r ./requirements.txt python setup.py install ```