fix missing dependencie python-lxml closed #6

This commit is contained in:
Jesús 2020-01-17 14:14:35 -05:00
parent 64a5dd73e5
commit 3fe37c353a
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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