From a27d384d240f4484bb5359889c9927f9aac43da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20Szcz=C4=99sny?= <44300715+tomek-szczesny@users.noreply.github.com> Date: Fri, 17 Apr 2020 13:56:19 +0200 Subject: [PATCH] Update README.md Extra info for less experienced users. This is just a suggestion, feel free to modify. :) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 47e3fad..a49e820 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Curseradio Curseradio is a `curses` interface for browsing and playing an `OPML` directory of internet radio streams. It is designed to use the *tunein* directory found at , but could be adapted to others. Audio playback uses [`mpv`](http://mpv.io/). Curseradio requires `python3` and the libraries `requests`, `xdg` and `lxml`. +Setup script 'setup.py' also requires 'setuptools' library. ![](curseradio.png) @@ -18,3 +19,8 @@ Key(s) | Command k | stop playing stream q | quit f | toggle favourite + +> Installing +- Install required libraries: 'pip3 install requests xdg lxml setuptools' +- Download or git clone this repository +- Run 'sudo python3 setup.py install' in download directory.