From 8cfed633981a8687838d5060513e5e37c54c36da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Thu, 21 Jan 2021 15:29:21 +0100 Subject: [PATCH] update install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d5e6991..723568e1 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ You can also help us implement more models. Some TTS related work can be found [ ## Install TTS TTS supports **python >= 3.6**. -```python setup.py install``` or ```python setup.py develop``` to keep your installation in your working directory. +```pip install .``` or ```pip install -e .``` to keep your installation in your working directory. ## Directory Structure ```