2
Installing
Qemlokriu edited this page 2 years ago
Installing Mee2
You have 2 options to install Mee2. The most recommended one is Option 1.
Option 1: Use the included Python environment
- Clone the Git repository using the following command:
git clone https://git.nazev.eu:8443/supopur/mee2.git
- Navigate to the directory using the terminal or command prompt:
cd mee2
- Run the following command to launch the bot:
./start.sh
or on NT based systems (Windows) .\start.bat
Option 2: Install packages with pip
- Clone the Git repository using the following command:
git clone https://git.nazev.eu:8443/supopur/mee2.git
- Navigate to the directory using the terminal or command prompt:
cd mee2
- Install the required packages using the following command:
pip3 install -r pipstuff.txt
- Launch the bot using the following command:
python3 main.py
Once the bot is installed and running, you can configure it to suit your needs using the provided configuration files.