Add python3-lxml

This commit is contained in:
robin 2022-05-27 12:18:23 +02:00
parent c41f574d9d
commit c0c7aa772f
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Robot to mirror Mastodon posts to Twitter
```bash ```bash
apt install python3-mastodon apt install python3-mastodon
apt install python3-tweepy apt install python3-tweepy
apt install python3-lxml
git clone https://git.grml.de/robin/python-matobi.git git clone https://git.grml.de/robin/python-matobi.git
``` ```
If your repo for Tweepy is too old you might have to install it from git. If your repo for Tweepy is too old you might have to install it from git.