Skip to content

Repository files navigation

UI for SMG2S

Implementation of a user interface for the SMG2S project: https://github.com/SMG2S/SMG2S

Deployment guide for GUI verification

Step 1: Create a new conda environment

We’ll use Python 3 (recommended):

conda create -n smg2s-gui python=3.10
conda activate smg2s-gui

Step 2: Install required Python packages

Install the additional modules and dependencies:

conda install numpy scipy matplotlib pandas tabulate

Step 3: GUI dependencies

Since the program uses matplotlib with GUI backends, it needs Tkinter.

Install Tk support in conda:

conda install tk

On Linux (Ubuntu/Debian), if Tk is still missing, also run:

sudo apt-get update
sudo apt-get install python3-tk

Step 4: Launch the GUI

python main.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages