added python-requests to README.md closed #4

This commit is contained in:
Jesús
2019-07-07 22:32:10 -05:00
parent 549f3e434a
commit ef23834b03

View File

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