added pip installation to README

This commit is contained in:
Bastian Reitemeier 2016-09-26 23:15:05 +02:00
parent 9f32bcc43a
commit 0a61694c32

View file

@ -6,8 +6,9 @@ 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 python3-docopt```
requires feedparser, requests and colorama
install automatically via pip:
Ubuntu: ```pip install podfox```
## Configuration