Copy, paste and execute this command inside the project folder: pip install -r requirements.txt
Alternatively you can create a virtual environment using python -m venv venv and then source venv/bin/activate to finally pip install -r requirements.txt
Execute using this command inside the project folder : python3 Bot.py
Note: When running Bot.py for the first time, you'll be prompted to enter your Aternos account and bot token. You'll need to run python3 Bot.py again after you finish setting your information.
Should you ever need to change the information you can edit the .env directly or delete it and run Bot.py again.
Raspberry Pi (ARM)
Before following the instructions, make sure you have the following installed:
请发表评论