Add more info to README

This commit is contained in:
Michael Hansen
2023-01-30 16:33:13 -06:00
parent 2f1c976d02
commit 2da125a849
+3
View File
@@ -58,6 +58,7 @@ See [src/python](src/python)
Start by creating a virtual environment:
``` sh
cd larynx2/src/python
python3 -m venv .venv
source .venv/bin/activate
pip3 install --upgrade pip
@@ -65,6 +66,8 @@ pip3 install --upgrade wheel setuptools
pip3 install -r requirements.txt
```
Run the `build_monotonic_align.sh` script in the `src/python` directory to build the extension.
Ensure you have [espeak-ng](https://github.com/espeak-ng/espeak-ng/) installed (`sudo apt-get install espeak-ng`).
Next, preprocess your dataset: