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

  1. Clone the Git repository using the following command:

git clone https://git.nazev.eu:8443/supopur/mee2.git

  1. Navigate to the directory using the terminal or command prompt:

cd mee2

  1. Run the following command to launch the bot:

./start.sh or on NT based systems (Windows) .\start.bat

Option 2: Install packages with pip

  1. Clone the Git repository using the following command:

git clone https://git.nazev.eu:8443/supopur/mee2.git

  1. Navigate to the directory using the terminal or command prompt:

cd mee2

  1. Install the required packages using the following command:

pip3 install -r pipstuff.txt

  1. 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.