From 2413d4b41f3aeac5aae26ed0bb3b60e149ddd620 Mon Sep 17 00:00:00 2001 From: Rripped <75929322+Rripped@users.noreply.github.com> Date: Mon, 2 May 2022 17:33:38 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ee5ca9..bf8a0c2 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,10 @@ Oberthema: "Data is the new oil" # Setup for testing -1. Create virtual environment `python -m venv env/Scripts/activate` -2. Install requirements `pip install -r requirements.txt` -3. Set environment variables (see list below) +1. Create virtual environment `python -m venv venv` +2. Launch venv: `.\venv\Scripts\activate` +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 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`