[setup] stuff
This commit is contained in:
parent
68715f4773
commit
372572a7ed
@ -9,3 +9,5 @@ NixView is a simple viewer for *nix* structured data files.
|
|||||||
* The top shows details on the opened file and the currently selected data item.
|
* The top shows details on the opened file and the currently selected data item.
|
||||||
* The file content is shown in the [TreeView](treeview.md)
|
* 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
|
||||||
|
2
setup.py
2
setup.py
@ -29,7 +29,7 @@ packages = [
|
|||||||
"nixview.data_models"
|
"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"))),
|
data_files = [("icons", glob.glob(os.path.join("icons", "*.png"))),
|
||||||
("icons", glob.glob(os.path.join("icons", "*.ic*"))),
|
("icons", glob.glob(os.path.join("icons", "*.ic*"))),
|
||||||
|
Loading…
Reference in New Issue
Block a user