testing the git hook

This commit is contained in:
manetta 2021-02-01 10:12:17 +01:00
parent 13ea90ed89
commit a3670e70e6

View File

@ -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): 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 $ python3 streambot/streambot.py
``` ```