Update README.md
This commit is contained in:
parent
fdf3813041
commit
4e5421b01c
14
README.md
14
README.md
@ -9,7 +9,7 @@ This software is licensed under the LGPL v3 .
|
|||||||
- python-configargparse
|
- python-configargparse
|
||||||
- screen, input, speech, sound or braille drivers see "Features, Drivers, Extras".
|
- screen, input, speech, sound or braille drivers see "Features, Drivers, Extras".
|
||||||
|
|
||||||
# Features, Drivers, Extras
|
# Features, Drivers, Extras, Dependencys
|
||||||
# Input Drivers:
|
# Input Drivers:
|
||||||
1. "evdevDriver" input driver for linux evdev
|
1. "evdevDriver" input driver for linux evdev
|
||||||
- python-evdev >=0.6.3
|
- python-evdev >=0.6.3
|
||||||
@ -21,10 +21,10 @@ This software is licensed under the LGPL v3 .
|
|||||||
# Screen Drivers:
|
# Screen Drivers:
|
||||||
1. "vcsaDriver" screen driver for linux VCSA devices
|
1. "vcsaDriver" screen driver for linux VCSA devices
|
||||||
- python-dbus
|
- python-dbus
|
||||||
- Read permission to the following files:
|
- Read permission to the following files and services:
|
||||||
- /sys/devices/virtual/tty/tty0/active
|
- /sys/devices/virtual/tty/tty0/active
|
||||||
- /dev/vcsa[1-64]
|
- /dev/vcsa[1-64]
|
||||||
- systemd DBUS
|
- read systemd DBUS
|
||||||
|
|
||||||
# Speech Drivers:
|
# Speech Drivers:
|
||||||
1. "espeakDriver" speech driver for espeak:
|
1. "espeakDriver" speech driver for espeak:
|
||||||
@ -35,10 +35,10 @@ This software is licensed under the LGPL v3 .
|
|||||||
2. "dummyDriver" speech driver for debugging
|
2. "dummyDriver" speech driver for debugging
|
||||||
|
|
||||||
# Braille Drivers:
|
# Braille Drivers:
|
||||||
- "brlttyDriver" braille driver (WIP):
|
1. "brlttyDriver" braille driver (WIP):
|
||||||
- brltty (configured and running)
|
- brltty (configured and running)
|
||||||
- python-brlapi
|
- python-brlapi
|
||||||
- "dummyDriver" braille driver for debugging
|
2. "dummyDriver" braille driver for debugging
|
||||||
|
|
||||||
# Sound Drivers:
|
# Sound Drivers:
|
||||||
1. "genericDriver" sound driver for sound as subprocess:
|
1. "genericDriver" sound driver for sound as subprocess:
|
||||||
@ -49,10 +49,10 @@ This software is licensed under the LGPL v3 .
|
|||||||
3. "dummyDriver" sound driver for debugging
|
3. "dummyDriver" sound driver for debugging
|
||||||
|
|
||||||
# Extra:
|
# Extra:
|
||||||
- spellchecker
|
1. spellchecker
|
||||||
- python-pyenchant
|
- python-pyenchant
|
||||||
- aspell-YourLanguageCode (example aspell-en for us english)
|
- aspell-YourLanguageCode (example aspell-en for us english)
|
||||||
- unix daemon:
|
2. unix daemon (also needed for systemd):
|
||||||
- python-daemonize
|
- python-daemonize
|
||||||
|
|
||||||
# installation
|
# installation
|
||||||
|
Loading…
Reference in New Issue
Block a user