From 2da125a8499ea5fe78684e8b5e195e558642336d Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Mon, 30 Jan 2023 16:33:13 -0600 Subject: [PATCH] Add more info to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f409106..af2c20a 100644 --- a/README.md +++ b/README.md @@ -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: