Skip to content

Commit

Permalink
Fix #607
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed Jul 4, 2021
1 parent c25a218 commit d00c4c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include README.md
include LICENSE.txt
include requirements.*.txt
include requirements.txt
include TTS/VERSION
recursive-include TTS *.json
recursive-include TTS *.html
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ dev-deps: ## install development deps
doc-deps: ## install docs dependencies
pip install -r docs/requirements.txt

build-docs: ## build the docs
cd docs && make clean && make build

hub-deps: ## install deps for torch hub use
pip install -r requirements.hub.txt

Expand Down

0 comments on commit d00c4c5

Please sign in to comment.