From 691b75c8710fac730efe7cfc25af641d2edf4f32 Mon Sep 17 00:00:00 2001 From: Michael McAuliffe Date: Sat, 3 Jun 2023 14:09:47 -0700 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59c9b39..22725c3 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Kalpy depends on Kaldi being built as shared libraries, and the easiest way to i conda install -c conda-forge kalpy ``` -Kalpy is also available on pip via the mfa-kaldi package, but as this is only a binding library, it relies on Kaldi shared libraries being available. The `KALDI_ROOT` environment variable must be set to locate the shared libraries and header files. The easiest way to install the appropriately built kaldi libraries is via `conda install -c conda-forge kaldi`. +Kalpy is also available on pip via the `kalpy-kaldi` package, but as this is only a binding library, it relies on Kaldi shared libraries being available. The `KALDI_ROOT` environment variable must be set to locate the shared libraries and header files. The easiest way to install the appropriately built kaldi libraries is via `conda install -c conda-forge kaldi`. ``` export KALDI_ROOT=/path/to/conda/enviornment -pip install mfa-kaldi +pip install kalpy-kaldi ``` ## Usage