Replies: 1 comment
-
One more mistake... not enough café |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, during the packaging of larch, I found this in the larch/apps.py file
'''
App Name, icon, terminal, Script / pyshortcuts command
MainApps = (('Larch CLI', 'larch', True, 'larch'),
('Larch Updater', 'larch', True, '_ -m pip install --upgrade xraylarch'),
('Larch GUI', 'larch', False, 'larch --wxgui'),
('XAS Viewer', 'onecone', False, 'xas_viewer'),
('Larix', 'onecone', False, 'larix'),
('GSE MapViewer', 'gse_xrfmap', False, 'gse_mapviewer'),
('XRF Viewer', 'ptable', False, 'larch_xrf'),
('XRD1D Viewer', 'larch', False, 'larch_xrd1d') )
'''
but the setup.cfg file contain this
So my question is:
xasviewer or xas_viewer ?
Beta Was this translation helpful? Give feedback.
All reactions