Installation

G-coordinator: GUI app

The GUI application for G-coordinator is available in both Mac (.app) and Windows (.exe) versions. Please download the respective compressed files (.dmg, .zip) from the links below. https://github.com/tomohiron907/G-coordinator/releases

Furthermore, if you have a Python environment set up, you can launch the GUI by creating a clone of the Git repository and executing main.py. In this case, please install the necessary libraries for startup using the following command:

$ pip install -r requirements.txt

Additionally, when launching, make sure to move to the “src” directory and execute main.py.

gcoordinator: Python library

The Python library for G-coordinator is available on PyPI.

To install gcoordinator, run the following command:

pip install gcoordinator