diff --git a/docs/index.md b/docs/index.md index 26672a8..c5e289c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,4 +8,6 @@ NixView is a simple viewer for *nix* structured data files. 2) File screen * The top shows details on the opened file and the currently selected data item. * The file content is shown in the [TreeView](treeview.md) - * Depending of the type of item, you will be possible to open additional views e.g. for plotting. \ No newline at end of file + * Depending of the type of item, you will be possible to open additional views e.g. for plotting. +3) Plot screen +4) Table screen diff --git a/setup.py b/setup.py index b5d0d16..2e13d99 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ packages = [ "nixview.data_models" ] -install_req = ["nixio>=1.4.0", "PyQt5"] +install_req = ["nixio>=1.4.0", "PyQt5", "matplotlib", "numpy"] data_files = [("icons", glob.glob(os.path.join("icons", "*.png"))), ("icons", glob.glob(os.path.join("icons", "*.ic*"))),