README deutsch

This commit is contained in:
Kellermann 2022-06-01 19:49:30 +02:00
parent bcc14f0da9
commit 6f827e1c7a

View File

@ -29,10 +29,10 @@ Oberthema:
"Data is the new oil" "Data is the new oil"
# Setup for testing # Setup for testing
1. Create virtual environment `python -m venv venv` 1. Virtuelles Environment erstellen `python -m venv venv`
2. Launch venv: `.\venv\Scripts\activate` 2. venv starten: `.\venv\Scripts\activate`
3. Install requirements `pip install -r requirements.txt` 3. Requirements installieren `pip install -r requirements.txt`
4. Set environment variables (see list below) 4. Umgebungsvariablen setzen (see list below)
1. Create `.env`-file from `.env.example` and fill in needed keys 1. Erstelle das `.env`-file anhand der `.env.example` und fülle sie mit den wichtigen variablen und token
2. Or set variables using `export` or `set` commands. (Windows `set`, Linux `export`) 2. Alternativ variablen mit `export` oder `set` command setzen. (Windows `set`, Linux `export`)
5. Run api `python source/bot.py` 5. Bot script starten `python source/bot.py`