Installation#

General installation#

  1. Install :xref:`miniconda`/:xref:`conda_installation`

  2. Create new environment and install MFA: conda create -n env -c conda-forge kalpy

    1. You can enable the conda-forge channel by default by running conda config --add channels conda-forge in order to omit the -c conda-forge from these commands

  3. Ensure you’re in the new environment created (conda activate env)