# Installation ## Requirements - Python >= 3.10 - A working Tkinter installation (usually included with standard Python installers) - For CZI input: `pylibCZIrw` must be installable on your system. ## Install (recommended) ```bash pip install theatrics ``` ## Run the GUI After installation, run: ```bash theatrics ``` ## Install from source (developers) ```bash git clone https://github.com/yusuf-qutbuddin/theatRICS.git cd theatRICS pip install -e . theatrics ``` ## Notes (Linux) On some Linux distributions, you may need system packages for Tkinter, e.g. `python3-tk` from your package manager.