24 lines
381 B
Markdown
24 lines
381 B
Markdown
# 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+.
|