Browse Source

removed the slixmpp install instructruction (double)

master
mb 4 years ago
parent
commit
d8589111fe
  1. 2
      README.md

2
README.md

@ -148,8 +148,6 @@ This is the Python library we use to make the bots. You can install it by runnin
First download the bots from this page. First download the bots from this page.
* go to the folder where you have downloaded them * go to the folder where you have downloaded them
* run the following commands in the terminal:
`$ pip3 install slixmpp requests`
* to run a bot, you can copy paste the commands which are already mentioned in the bot file, but a general command looks like this: * to run a bot, you can copy paste the commands which are already mentioned in the bot file, but a general command looks like this:
`$ python3 bot.py -d -j administratorbot@conversejs.org -r botsofconduct@muc.vvvvvvaria.org -n bot -p testing` `$ python3 bot.py -d -j administratorbot@conversejs.org -r botsofconduct@muc.vvvvvvaria.org -n bot -p testing`
* where:<br> * where:<br>

Loading…
Cancel
Save