Instructions were missing a dependency: python3-docopt

This commit is contained in:
Christopher Martin 2015-11-08 13:41:14 -06:00
parent 87d8bcc1c8
commit 33b16a1ddf

View file

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