python-clipboard-speaker

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a80ac1a505973068a5b173ab7458b10d04bd68e6
parent 59f22d059def3fdabd0ca560e1a33d4de3726142
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Sun, 12 Dec 2021 17:11:31 +0200

Add a list of dependencies.

Diffstat:
MREADME.md | 16++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -18,7 +18,13 @@ Have a look at the <a href="CHANGELOG.md">CHANGELOG.md</a> file. ### Installation: -#### Install the infrastructure: +#### Dependencies: + +* https://python.org/ +* https://github.com/espeak-ng/espeak-ng/ +* https://github.com/kfish/xsel + +#### Install the Dependencies: ##### On Debian based systems: @@ -73,9 +79,15 @@ Gnome Settings ## Older shell version: +### Dependencies: + +* http://software.clapper.org/daemonize/ +* https://github.com/espeak-ng/espeak-ng/ +* https://github.com/kfish/xsel + ### Installation: -1. Install the infrastructure: +1. Install the dependencies: `apt install daemonize espeak-ng xsel` 2. Copy the two executable scripts into your home bin directory: `cp clipboard-speaker clipboard-speaker-kill ~/bin/`