From 4987105554df07f3cfc9ac812e58ad59c0859e9b Mon Sep 17 00:00:00 2001 From: chrys87 Date: Thu, 7 Jul 2016 14:37:10 +0200 Subject: [PATCH] add comments to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5ee84812..e3ca05ec 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ An TTY screenreader for Linux. Be careful, is just experimental now. # requirements linux python3 +python-espeak + +# optional +sox [using for soundicons via sox] +speech-dispatcher, python3-speechd [for use the speech-dispatcher] +brltty, python-brlapi [for using braille] # installation ToDO