Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 740 Bytes

File metadata and controls

35 lines (24 loc) · 740 Bytes
date 2025-06-21
category
core
tags
installation
python
pip
description Installation guide for ModuBotCore
author

Installation

To install ModuBotCore, you need at least Python 3.9 on your system.

Step 1: Check your Python version

Make sure Python 3.9 or newer is installed:

python --version

If you see an older version, download and install the latest version from python.org.

Step 2: Install ModuBotCore

Install ModuBotCore using the following command:

pip install ModuBotCore

That's it! ModuBotCore is now installed and ready to use.