Skip to content

Commit 7e806f5

Browse files
authored
Update README.md
1 parent cf580ca commit 7e806f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A Python interface for the [MBROLA](https://github.com/numediart/MBROLA) speech
2323
## Requirements
2424

2525
- Python 3.8+
26-
- [MBROLA binary](https://github.com/numediart/MBROLA) installed and available in your system path, or via WSL for Windows users.
26+
- [MBROLA binary](https://github.com/numediart/MBROLA) installed and available in your system path, or via WSL for Windows users. To install MBROLA in your UBUNTU or WSL instance, run the [mbrola/install.sh] script. A [Docker image](https://hub.docker.com/repository/docker/gongcastro/mbrola/general) of Ubuntu 22.04 with a ready-to-go installation of MBROLA is available, for convenience.
2727
- MBROLA voices (e.g., `it4`) must be installed at `/usr/share/mbrola/<voice>/<voice>`.
2828

2929
## Installation
@@ -71,3 +71,4 @@ The module uses the MBROLA command line tool under the hood. Ensure MBROLA is in
7171
## License
7272

7373
`pymbrola` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
74+

0 commit comments

Comments
 (0)