From a3670e70e684a8c3562a77eddd796daf0abfe7ce Mon Sep 17 00:00:00 2001 From: manetta Date: Mon, 1 Feb 2021 10:12:17 +0100 Subject: [PATCH] testing the git hook --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 603bfea..fb3830e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The idea is that you create a single python file (`mybot.py` for example) and us If you want to play around with the streambot/logbot, do the following and answer the questions (you might want to create your own testing room to join beforehand): ``` -$ pip3 install -r requirements.txt +$ pip3 install -r requirements.txt $ python3 streambot/streambot.py ```