diff options
Diffstat (limited to 'nxdialog/README.md')
-rw-r--r-- | nxdialog/README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/nxdialog/README.md b/nxdialog/README.md new file mode 100644 index 000000000..68422b1f6 --- /dev/null +++ b/nxdialog/README.md @@ -0,0 +1,23 @@ +# NX Dialog Helper Tool + +The ``nxdialog`` script can be executed with Python 2.6.x (or higher) and +Python 3.4.x (or higher) alike. + +## Runtime Dependencies + +Required Python modules: + + * argparse + * gi + +Required GIR namespaces: + + * Gtk + * Gdk + * GdkX11 + +See the man page for more details. + +## License + +The ``nxdialog`` script and related files have been licensed under GPLv2+. |