Instructions were missing a dependency: python3-docopt
This commit is contained in:
parent
87d8bcc1c8
commit
33b16a1ddf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ A program for managing & catching podcasts from the terminal.
|
|||
Work in Progress and unfinished. Use at your own risk.
|
||||
## Requirements
|
||||
requires feedparser, pycurl and colorama
|
||||
Ubuntu: ```sudo apt-get install python3-colorama python3-feedparser python3-pycurl```
|
||||
Ubuntu: ```sudo apt-get install python3-colorama python3-feedparser python3-pycurl python3-docopt```
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue