diff --git a/TTS/cd TTS b/TTS/cd TTS new file mode 100644 index 00000000..84c28786 --- /dev/null +++ b/TTS/cd TTS @@ -0,0 +1,2 @@ +cd TTS +pip install -e .[all,dev,notebooks] \ No newline at end of file diff --git a/TTS/tts/utils/__init__.py b/TTS/tts/utils/__init__.py index e69de29b..5f326d9b 100644 --- a/TTS/tts/utils/__init__.py +++ b/TTS/tts/utils/__init__.py @@ -0,0 +1 @@ +cd TTS \ No newline at end of file diff --git a/hubconf.py b/hubconf.py index 0c9c5930..d4ad8ecf 100644 --- a/hubconf.py +++ b/hubconf.py @@ -1,4 +1,4 @@ -dependencies = [ +dependencies = pip install -e .[all,dev,notebooks] 'torch', 'gdown', 'pysbd', 'gruut', 'anyascii', 'pypinyin', 'coqpit', 'mecab-python3', 'unidic-lite' ] import torch diff --git a/run_bash_tests.sh b/run_bash_tests.sh index 2f5ba889..db895cbb 100755 --- a/run_bash_tests.sh +++ b/run_bash_tests.sh @@ -1,7 +1,8 @@ -set -e +set -e.[all,dev,notebooks] TF_CPP_MIN_LOG_LEVEL=3 # runtime bash based tests # TODO: move these to python ./tests/bash_tests/test_demo_server.sh && \ ./tests/bash_tests/test_compute_statistics.sh +tts --help \ No newline at end of file