Fixed pip install line
This commit is contained in:
parent
dd371f317a
commit
faf1be2ea0
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ Install Python 3 and `pip` if they aren't installed already. Then install
|
||||||
Platypush with the `rss` and `mastodon` integrations:
|
Platypush with the `rss` and `mastodon` integrations:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
[sudo] pip3 install 'platypush[rss,mastodon]'
|
[sudo] pip3 install 'platypush[rss]'
|
||||||
```
|
```
|
||||||
|
|
||||||
Now create a configuration file under `~/.config/platypush/config.yaml` that
|
Now create a configuration file under `~/.config/platypush/config.yaml` that
|
||||||
|
|
Loading…
Reference in a new issue