diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -13,12 +13,9 @@ Livie allows the user to search youtube.com and play the video from `mpv`. ## Requirements - `python >= 3.6` -- `python-beautifulsoup4` -- `python-lxml` - `mpv` -- `hypervideo` or `youtube-dl` - `sudo pacman -S python-beautifulsoup4 python-lxml mpv hypervideo` + `sudo pacman -S python mpv` ## Installation |