fix missing dependencie

This commit is contained in:
Jesús 2019-12-04 14:49:42 -05:00
parent 2c8ae4c52d
commit 58a8f99398
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -11,9 +11,10 @@ Livie allows the user to search youtube.com and play the video from `mpv`.
- `python >= 3.5` - `python >= 3.5`
- `python-requests` - `python-requests`
- `python-beautifulsoup4` - `python-beautifulsoup4`
- `hypervideo`
- `mpv` - `mpv`
`sudo pacman -S python mpv python-requests python-beautifulsoup4` `sudo pacman -S python mpv python-requests python-beautifulsoup4 hypervideo`
## Installation ## Installation