Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
7e69244516
@ -29,9 +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 env/Scripts/activate`
|
1. Create virtual environment `python -m venv venv`
|
||||||
2. Install requirements `pip install -r requirements.txt`
|
2. Launch venv: `.\venv\Scripts\activate`
|
||||||
3. Set environment variables (see list below)
|
3. Install requirements `pip install -r requirements.txt`
|
||||||
|
4. Set environment variables (see list below)
|
||||||
1. Create `.env`-file from `.env.example` and fill in needed keys
|
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`)
|
2. Or set variables using `export` or `set` commands. (Windows `set`, Linux `export`)
|
||||||
4. Run api `python source/bot.py`
|
5. Run api `python source/bot.py`
|
||||||
|
Loading…
Reference in New Issue
Block a user