PtolemyGUI/PyGUIQt6
2024-11-05 14:55:43 -05:00
..
DWBA added (6Li,d) support ) 2024-11-05 14:55:43 -05:00
ExtractXsecPy.py bug fix for mac 2024-11-04 14:19:37 -05:00
ExWindow.py add Sn, Sp, Sa to Ex plot 2024-11-05 13:24:07 -05:00
IAEANuclearData.py add Sn, Sp, Sa to Ex plot 2024-11-05 13:24:07 -05:00
MatPlotLibWindow.py default show gridline 2024-11-05 10:53:48 -05:00
PlotWindow.py seperate out PlotWindow to another file 2024-11-04 21:37:13 -05:00
PtolemyGUIPy.py added (6Li,d) support ) 2024-11-05 14:55:43 -05:00
README.md plane to add IAEA data and use that to plot Ex level 2024-11-04 18:26:53 -05:00
requirements.txt add matplotlib as requirement 2024-11-05 14:17:08 -05:00

Force install as system packages

Do it as your own risk. If you have other pyQt project, I highly NOT recommand.

python3 -m pip install --break-system-package PyQt6 PyQt6-WebEngine Plotly

Use Python Virtual Enviroment

To enable virtual enviroment

sudo apt install python3.12-venv

create an virtual enivriment with name ptolemyGUI

python3 -m venv ptolemyGUI

To activate the virtual enviroment

source ptolemyGUI/bin/activate

To install the packages

pip install -r requirements.txt

To deactivate the virtual enviroment

deactivate

To remove the virtual enviroment, simply remove the folder

rm -rf ptolemyGUI