README: update dependencies for docs and development.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
This commit is contained in:
brian m. carlson 2015-01-19 02:43:15 +00:00
parent 1384d79098
commit 944c76d7b1
No known key found for this signature in database
GPG key ID: BF535D811F52F68B

View file

@ -12,6 +12,18 @@ Requirements
In Debian, installing the +python3-urwid+ package will generally satisfy the In Debian, installing the +python3-urwid+ package will generally satisfy the
dependencies. dependencies.
If you want to build the documentation as well, you'll need
* Asciidoctor
* Apache FOP
* DocBook XSL-NS stylesheets (the DocBook 5 ones)
* xsltproc
Development requirements include
* pep8
* pyflakes3
newfol is generally developed with the latest version of Python 3, but should be newfol is generally developed with the latest version of Python 3, but should be
compatible with earlier versions. Please file an issue on GitHub if something compatible with earlier versions. Please file an issue on GitHub if something
is broken. is broken.