diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,10 +11,11 @@ Livie allows the user to search youtube.com and play the video from `mpv`. - `python >= 3.5` - `python-requests` - `python-beautifulsoup4` +- `python-lxml` - `hypervideo` - `mpv` - `sudo pacman -S python mpv python-requests python-beautifulsoup4 hypervideo` + `sudo pacman -S python mpv python-requests python-beautifulsoup4 python-lxml hypervideo` ## Installation |