forked from Decentrala/chatbot
10 lines
179 B
Markdown
10 lines
179 B
Markdown
# XMPP chat bot
|
|
XMPP chat bot
|
|
|
|
## Install dependencies on Debian-based systems
|
|
|
|
sudo apt install python3-slixmpp
|
|
|
|
## Install dependencies with pip
|
|
pip install -r requirements.txt
|