From 3fe37c353a71605d56b47f5bd0ee595497adbdf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 17 Jan 2020 14:14:35 -0500 Subject: [PATCH] fix missing dependencie python-lxml closed #6 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42705cd..a8e2adf 100644 --- a/README.md +++ b/README.md @@ -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