Talk:POD installation guide

From ArmadeusWiki
Revision as of 17: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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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