diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-04 14:49:42 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-04 14:49:42 -0500 |
commit | 58a8f9939883227b19e97cad7db5fc1ad360c21d (patch) | |
tree | 7e3aa8a7f5d78e16d4664b97d6ec5df6da6bca73 | |
parent | 2c8ae4c52dace7f922646fa5bb65dac60fd075e2 (diff) | |
download | livie-58a8f9939883227b19e97cad7db5fc1ad360c21d.tar.lz livie-58a8f9939883227b19e97cad7db5fc1ad360c21d.tar.xz livie-58a8f9939883227b19e97cad7db5fc1ad360c21d.zip |
fix missing dependencie
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,9 +11,10 @@ Livie allows the user to search youtube.com and play the video from `mpv`. - `python >= 3.5` - `python-requests` - `python-beautifulsoup4` +- `hypervideo` - `mpv` - `sudo pacman -S python mpv python-requests python-beautifulsoup4` + `sudo pacman -S python mpv python-requests python-beautifulsoup4 hypervideo` ## Installation |