Download & Compile
PyHP is Free Software released under the Apache License 2.0, so you are encouraged to download and try PyHP by yourself on your PCs.At the moment, there are two different methods to download PyHP:
Download stable release
You can download a stable, packaged, release by following this link.You'll be directed to Source Forge PyHP download page where you'll be able to download the latest source code.
Download source code
If you want, you can download the current development files, obtaining the latest source code, by using Subversion Version Control System. Here there is the command line:svn co https://pyhp.svn.sourceforge.net/svnroot/pyhp pyhp
Compiling PyHP
To compile PyHP, you have to issue these commands:autoreconf -i ./configure make sudo make install