This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
doc:installation:pyhoca [2013/03/11 10:04] sunweaver [Debian GNU/Linux] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Installing Pyhoca ====== | ||
- | |||
- | ==== Debian GNU/Linux ==== | ||
- | |||
- | PyHoca-GUI and PyHoca-CLI can be installed from the X2Go package repository. [[: | ||
- | |||
- | ==== Ubuntu GNU/Linux ==== | ||
- | |||
- | PyHoca-GUI can be installed from X2Go PPA on Launchpad. [[: | ||
- | |||
- | ==== ==== | ||
- | |||
- | After adding either of the above package sources to your Debian/ | ||
- | |||
- | <code bash> | ||
- | sudo aptitude update | ||
- | sudo aptitude install pyhoca-gui | ||
- | </ | ||
- | |||
- | ==== Other GNU/Linux (from source tarball) ==== | ||
- | |||
- | Other GNU/Linux distributions can install PyHoca-GUI from source tarballs. The PyHoca-GUI tarball releases can be downloaded from http:// | ||
- | |||
- | Before installation make sure your system fulfills the (Python module) dependencies for PyHoca-GUI, amongst others: python-x2go, | ||
- | |||
- | If you have seen to installing required dependencies, | ||
- | |||
- | <code bash> | ||
- | tar -vzxf pyhoca-gui_< | ||
- | cd pyhoca-gui_< | ||
- | python setup.py install | ||
- | </ | ||
- | |||
- | ==== MS Windows ==== | ||
- | |||
- | [[http:// | ||
- | |||
- | ==== MacOS ==== | ||
- | |||
- | A PyHoca-GUI installer for MacOS is currently not available. Sorry. |