ZenHub Viewer is a non official desktop client for ZenHub.
ZenHub is a team collaboration tool build directly into GitHub.
- Python >= 3.6
- Python Setuptools >= 39
- PyQt5 >= 5.10
Install requirements on Ubuntu:
sudo apt install python3-setuptools python3-pyqt5.qtwebengine
Install requirements on MacOS or Windows:
python3 -m pip install PyQt5
python3 -m pip install setuptools
In a terminal:
git clone https://github.com/raelgc/zenhub_viewer
cd zenhub_viewer
sudo python3 setup.py install