I prefer to not install the package but to run it directly within the GitHub repository.
It seems that this is actually possible:
- Run
./graphterm/gtermserver.py, and let this run in the background.
- Then run
./graphterm/bin/gterm.py.
This seems to work out-of-the-box (at least for me, on MacOSX, after pip install --user tornado).
It would be nice to write about this in the documentation/Readme.
I prefer to not install the package but to run it directly within the GitHub repository.
It seems that this is actually possible:
./graphterm/gtermserver.py, and let this run in the background../graphterm/bin/gterm.py.This seems to work out-of-the-box (at least for me, on MacOSX, after
pip install --user tornado).It would be nice to write about this in the documentation/Readme.