Commit Graph

2 Commits (36b5064970ea42a06a9ac9f8d91d45da00e45f89)

Author SHA1 Message Date
OpenGnSys Support Team 0ada33c695 rename main.py to ogclient 2020-06-26 11:04:32 +02:00
Roberto Hueso Gómez 118572c3b6 Add setup.py installation script
This script can be useful to install ogclient on distributions that do not have
an already built ogclient package.

It is necessary to install ogclient in the right path, so the command you have
to use looks similar to:
python3 setup.py install --prefix=/opt/opengnsys/ogclient
                         --install-lib=/opt/opengnsys/ogclient
                         --install-script=/opt/opengnsys/ogclient
2020-06-16 10:22:30 +02:00