From 9e2cdc00b5ed44d20322ddc7ac0cf8e6e9bdd2d4 Mon Sep 17 00:00:00 2001 From: Rripped <75929322+Rripped@users.noreply.github.com> Date: Wed, 16 Mar 2022 10:08:14 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75ba1f9..96a70d7 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ WebEngineering2 Projekt: Aktien und News Bot für Telegram - Datenbank -> database/* ## Local setup for telegram bot -1. create .env and set API keys etc. (use .env.example as a layout) -2. install required libs via ``pip install -r ./telegram_bot/requirements.txt`` -3. run bot.py via ``python ./telegram_bot/bot.py`` +0. optional: build virtual env by ``python -m venv venv`` + ``env/Scripts/activate`` +2. create .env and set API keys etc. (use .env.example as a layout) +3. install required libs via ``pip install -r ./telegram_bot/requirements.txt`` +4. run bot.py via ``python ./telegram_bot/bot.py``