From ea260972ef55d51846a0a43e5676592119752cd2 Mon Sep 17 00:00:00 2001 From: mb Date: Mon, 15 Jun 2020 19:34:14 +0200 Subject: [PATCH] 'README.md' updaten --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3799f63..28b3f34 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ During this workshop we will use: * python3 * pip3 * slixmpp +* requests * a code editor Some installation guides can be found under the following links. @@ -137,6 +138,10 @@ For computers running **Linux OS**: This is the Python library we use to make the bots. You can install it by running: `$ pip3 install slixmpp` +**requests**: + +This is a Python library that is used by slixmpp. You can install it by running: `$ pip3 install requests` + **code editor**: * if you dont have a code editor, we can suggest (among others) [Sublime Text](https://www.sublimetext.com/) or [Atom](https://atom.io/)