aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-04 14:49:42 -0500
committerJesús <heckyel@hyperbola.info>2019-12-04 14:49:42 -0500
commit58a8f9939883227b19e97cad7db5fc1ad360c21d (patch)
tree7e3aa8a7f5d78e16d4664b97d6ec5df6da6bca73
parent2c8ae4c52dace7f922646fa5bb65dac60fd075e2 (diff)
downloadlivie-58a8f9939883227b19e97cad7db5fc1ad360c21d.tar.lz
livie-58a8f9939883227b19e97cad7db5fc1ad360c21d.tar.xz
livie-58a8f9939883227b19e97cad7db5fc1ad360c21d.zip
fix missing dependencie
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index efa0e7b..42705cd 100644
--- a/README.md
+++ b/README.md
@@ -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