MacOS
Deploy Modmail on a macOS machine. (Tested with Apple Silicon M2)
Prerequisites
Minimum 2GB of RAM
At least 2GB available disk space.
Supported macOS version:
MacOS 14 Sonoma (Tested)
MacOS 11 Monterey (Tested)
Dependencies
We will be using the following dependencies:
Python 3.10
Tools:
git
,homebrew
,bash
orzsh
Additional Modmail requirements:
cairo
,libxml2
,libxslt
,libffi
To install these dependencies, we will be using Terminal (zsh or bash):
After that, install pipenv
with:
Installing Bot
Clone and change directory into the Modmail folder with:
Inside the Modmail folder, install pipenv
and its Python packages with:
After that, exit the nano editor with Ctrl+X
and select or enter y
when prompted to save. Press enter to maintain the exiting name of the document.
After your .env
file is ready, you can now go ahead and try running your bot with:
If no error shows up, it means your bot is now running correctly. You can stop the bot from running with Ctrl+C
to continue using your terminal.
Last updated
Was this helpful?