Update README.md

This commit is contained in:
Rripped 2022-05-02 17:17:32 +02:00 committed by GitHub
parent 35f1199536
commit dde0d949dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
Aktienbot telegram bot Aktienbot telegram bot
## Development ## Development
1. Create virtual environment `python -m venv venv env/Scripts/activate` 1. Create virtual environment `python -m venv env/Scripts/activate`
2. Install requirements `pip install -r telegram_bot/requirements.txt` 2. Install requirements `pip install -r telegram_bot/requirements.txt`
3. Set environment variables (see list below) 3. Set environment variables (see list below)
1. Use `.env`-file in `api` directory like `.env.example` 1. Use `.env`-file in `api` directory like `.env.example`
@ -30,4 +30,4 @@ docker run -d \
--restart unless-stopped \ --restart unless-stopped \
registry.flokaiser.com/aktienbot/bot:latest registry.flokaiser.com/aktienbot/bot:latest
``` ```
or load environment variables from file by using `--env-file <filename>` or load environment variables from file by using `--env-file <filename>`