Fixed pip install line

This commit is contained in:
Fabio Manganiello 2022-11-17 15:53:25 +01:00
parent faf1be2ea0
commit 991c6a3914
1 changed files with 1 additions and 1 deletions

View File

@ -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]'