Installation#
General installation#
Create new environment and install MFA:
conda create -n env -c conda-forge kalpyYou can enable the
conda-forgechannel by default by runningconda config --add channels conda-forgein order to omit the-c conda-forgefrom these commands
Ensure you’re in the new environment created (
conda activate env)