Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed Jun 3, 2023
1 parent 8f95aa7 commit 691b75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 691b75c

Please sign in to comment.