[setup] stuff

This commit is contained in:
Jan Grewe 2021-01-11 22:38:55 +01:00
parent 68715f4773
commit 372572a7ed
2 changed files with 4 additions and 2 deletions

View File

@ -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.
* Depending of the type of item, you will be possible to open additional views e.g. for plotting.
3) Plot screen
4) Table screen

View File

@ -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*"))),