Skip to content

MMPM Installation & Removal

Brandon Marlowe edited this page Dec 18, 2023 · 2 revisions

MMPM CLI and GUI Dependencies

MMPM 4.x.x requires python >= 3.8.

If your Python3 version is less than 3.8, see this article for instructions on upgrading. Or explore using pyenv or conda to use different versions of Python.

Installing MMPM

python3 -m pip install --upgrade mmpm

Enabling features and configuring environment variables

You can use the guided-setup option:

mmpm guided-setup

Removing MMPM

mmpm ui remove -y # if you installed the UI
pip3 uninstall -y mmpm