From 991c6a39148ccf1d987918522d5e9a4cbf864869 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 17 Nov 2022 15:53:25 +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 798d1c5..ae7b3cc 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 @@ -325,7 +325,7 @@ can run a UNIX-like system and it has HTTP access to the instance that hosts your bot. Install Python 3 and `pip` if they aren't installed already. Then install -Platypush with the `rss` and `mastodon` integrations: +Platypush with the `rss` integration: ```bash [sudo] pip3 install 'platypush[rss]'