added possibility to plot multiple images

This commit is contained in:
e20633
2023-05-03 13:24:07 +02:00
parent 9228562c9a
commit 4414202f92
6 changed files with 180 additions and 50 deletions

View File

@ -12,7 +12,7 @@ if __name__ == "__main__":
# subprocess.run(f"pip install -e {bec_utils}", shell=True, check=True)
setup(
install_requires=["pyqt5==5.12", "pyqtgraph", "h5py", "PyQtWebEngine==5.12"], #this version works for comp1 CSAXS, no later version
install_requires=["pyqt5==5.12", "pyqtgraph", "h5py", "PyQtWebEngine==5.12", "Pillow"], #this version works for comp1 CSAXS, no later version
entry_points={"console_scripts": ["grum=grum:main"]},
)