Talk:POD installation guide
From ArmadeusWiki
Revision as of 16:37, 4 April 2013 by FabienM (Talk | contribs) (New page: == Install from git tree '''Old method''' == * Checkout the source code with following command (git is needed): <pre class="host"> $ git clone git://periphondemand.git.sourceforge.net/git...)
Install from git tree Old method
- Checkout the source code with following command (git is needed):
$ git clone git://periphondemand.git.sourceforge.net/gitroot/periphondemand/periphondemand $ cd periphondemand/
- Install POD (with root privileges):
$ sudo python setup.py install