'README.md' updaten
This commit is contained in:
parent
d8589111fe
commit
ea260972ef
@ -103,6 +103,7 @@ During this workshop we will use:
|
|||||||
* python3
|
* python3
|
||||||
* pip3
|
* pip3
|
||||||
* slixmpp
|
* slixmpp
|
||||||
|
* requests
|
||||||
* a code editor
|
* a code editor
|
||||||
|
|
||||||
Some installation guides can be found under the following links.
|
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`
|
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**:
|
**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/)
|
* if you dont have a code editor, we can suggest (among others) [Sublime Text](https://www.sublimetext.com/) or [Atom](https://atom.io/)
|
||||||
|
Loading…
Reference in New Issue
Block a user