Runtime support: Python 3.9+
-
Clone the repository
-
Create virtual environment and Install dependencies:
- Use pip
cd mm-bot-boilerplate
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
-
Or use pdm
pdm add
- Run bot
python main.py