aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-01-17 14:14:35 -0500
committerJesús <heckyel@hyperbola.info>2020-01-17 14:14:35 -0500
commit3fe37c353a71605d56b47f5bd0ee595497adbdf4 (patch)
treea44bd276e129056b2f595b2780e92e6e0371b83e
parent64a5dd73e552e5671b1554fa38be8ce62662e7d7 (diff)
downloadlivie-3fe37c353a71605d56b47f5bd0ee595497adbdf4.tar.lz
livie-3fe37c353a71605d56b47f5bd0ee595497adbdf4.tar.xz
livie-3fe37c353a71605d56b47f5bd0ee595497adbdf4.zip
fix missing dependencie python-lxml closed #6
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 42705cd..a8e2adf 100644
--- a/README.md
+++ b/README.md
@@ -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