Updated Readme with setup instructions
This commit is contained in:
parent
e266032085
commit
13ebbdc12c
@ -27,3 +27,11 @@ Umsetzung:
|
|||||||
|
|
||||||
Oberthema:
|
Oberthema:
|
||||||
"Data is the new oil"
|
"Data is the new oil"
|
||||||
|
|
||||||
|
# Setup for testing
|
||||||
|
1. Create virtual environment `python -m venv venv env/Scripts/activate`
|
||||||
|
2. Install requirements `pip install -r requirements.txt`
|
||||||
|
3. Set environment variables (see list below)
|
||||||
|
1. Create `.env`-file from `.env.example` and fill in needed keys
|
||||||
|
2. Or set variables using `export` or `set` commands. (Windows `set`, Linux `export`)
|
||||||
|
4. Run api `python source/bot.py`
|
||||||
|
Loading…
Reference in New Issue
Block a user