From faf1be2ea06b09699efffde3da799423735f9803 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 17 Nov 2022 15:50:41 +0100 Subject: [PATCH] Fixed pip install line --- ...don-bot-to-forward-Twitter-and-RSS-feeds-to-your-timeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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