added pip installation to README
This commit is contained in:
parent
9f32bcc43a
commit
0a61694c32
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue