clean up version

This commit is contained in:
chrys 2018-06-05 00:26:56 +02:00
parent 50d9206656
commit 1b046ec413

View File

@ -1,10 +1,14 @@
# Fenrir # Fenrir
A TTY screenreader for Linux. A modern screenreader.
In theory it's not just limited to Linux. but i currently only provide drivers for that since I do not have another system here. If you want to help, or write drivers to make it work on other systems, just let me know. It should run on any operating system. If you want to help, or write drivers to make it work on other systems, just let me know.
This software is licensed under the LGPL v3 . This software is licensed under the LGPL v3.
# Requirements (core) # Requirements (core)
- Linux (currently only screen and input drivers available) - Linux (ptyDriver, vcsaDriver, evdevDriver)
- macOS (ptyDriver)
- BSD (ptyDriver)
- Windows (ptyDriver)
- python3 >= 3.3 - python3 >= 3.3
- 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".