Getting started#

Installation#

Installing with conda

MFA is now on Conda Forge and can be installed with Anaconda or Miniconda:

conda config --add channels conda-forge
conda create -n aligner montreal-forced-aligner
conda activate aligner
mfa --help
In-depth instructions

Using Docker? Want to install via source?

First steps

First time using MFA? Want a walk-through of a specific use case?