pip3 install -r ./requirements.txt
Coming soon
If you decide to do this in Docker, local installation is not necessary.
./run.sh SomeLocalContainerName
will start a local python:3 container, mount the repo into /usr/src/legobot, install deps, and then run the chatbot.py script.
pip3 install -r ./requirements.txt && python3 ./chatbot.py
Use the config.ini to provide settings to the chatbot.py script
See this link