[setup] stuff
This commit is contained in:
@@ -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
|
||||
|
||||
2
setup.py
2
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*"))),
|
||||
|
||||
Reference in New Issue
Block a user