diff options
author | Jesús <heckyel@hyperbola.info> | 2020-01-17 14:14:35 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-01-17 14:14:35 -0500 |
commit | 3fe37c353a71605d56b47f5bd0ee595497adbdf4 (patch) | |
tree | a44bd276e129056b2f595b2780e92e6e0371b83e | |
parent | 64a5dd73e552e5671b1554fa38be8ce62662e7d7 (diff) | |
download | livie-3fe37c353a71605d56b47f5bd0ee595497adbdf4.tar.lz livie-3fe37c353a71605d56b47f5bd0ee595497adbdf4.tar.xz livie-3fe37c353a71605d56b47f5bd0ee595497adbdf4.zip |
fix missing dependencie python-lxml closed #6
-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 |