mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
* Changes from jhlfrfufyfn <jhlfrfufyfn@gmail.com> * Recipe for Belarusian TTS --------- Co-authored-by: jhlfrfufyfn <jhlfrfufyfn@gmail.com>
7 lines
77 B
Bash
Executable File
7 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /a/TTS
|
|
pip install -e .[all,dev,notebooks]
|
|
|
|
LANG=C.utf8 bash
|