Skip to content

Running Minebot

On this page, you'll learn how to start Minebot.

Tip

Before running Minebot, make sure you've completed the Installation Guide first!

1. Install Python

Tip

On some operating systems, you might need to type python instead of python3.

2. Navigate to Bot Folder

Open Terminal (or Command Prompt on Windows) and navigate to the folder where you extracted the bot files.

sh
cd path/to/extracted/folder

3. Install dependencies

sh
pip install -r requirements.txt

4. Start the Bot

sh
python src/__main__.py

Warning

You need to re-run steps 2, 4 each time you reboot your machine or close the terminal/console window.