- Added initial instructions to README

- Changed few other things.
This commit is contained in:
Uwe Pfeifer 2025-05-07 08:00:40 +02:00
parent 01850ee4e2
commit 1397d84545
2 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,9 @@ Check by from time to time to see what has changed. :)
# Installation
1. Check that you create a venv and then install requirements.txt in there.
- python3 -m venv venv
- Linux: source venv/bin/activate
- pip install -r requirements.txt
2. Then edit the bot.ini.example and move it to bot.ini .
3. Run the bot by using your venv interpreter.
@ -18,4 +21,4 @@ If you find a bug or have a feature request, visit https://code.nextgamers.eu/fr
If you don't want to load the example extensions, just move them to some other ending (not .py).
# Note
A better description and HowTo will follow someday, maybe in the wiki. :)
A better description and HowTo will follow someday, maybe in the wiki. :)