Skip to content

harmslab/pytc-gui

Repository files navigation

pytc-gui

PyQt5 GUI wrapping pytc

screenshot

Installation Files

Instructions can be found here

Quick terminal install

The pytc GUI is available for pip install:

pip3 install pytc-gui

You can also clone from github and install from setup.py:

git clone https://github.com/harmslab/pytc-gui.git
cd pytc-gui
pip3 install .