diff --git a/markdown/Create-a-Mastodon-bot-to-forward-Twitter-and-RSS-feeds-to-your-timeline.md b/markdown/Create-a-Mastodon-bot-to-forward-Twitter-and-RSS-feeds-to-your-timeline.md index 0907541..798d1c5 100644 --- a/markdown/Create-a-Mastodon-bot-to-forward-Twitter-and-RSS-feeds-to-your-timeline.md +++ b/markdown/Create-a-Mastodon-bot-to-forward-Twitter-and-RSS-feeds-to-your-timeline.md @@ -328,7 +328,7 @@ Install Python 3 and `pip` if they aren't installed already. Then install Platypush with the `rss` and `mastodon` integrations: ```bash -[sudo] pip3 install 'platypush[rss,mastodon]' +[sudo] pip3 install 'platypush[rss]' ``` Now create a configuration file under `~/.config/platypush/config.yaml` that