update install instructions

This commit is contained in:
Eren Gölge 2021-01-21 15:29:21 +01:00
parent 1bc8fbbd3c
commit 8cfed63398
1 changed files with 1 additions and 1 deletions

View File

@ -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
```