Source Code:
Install instructions:
On Unix and Mac OS-X:
In a temporary directory of your choice, type
tar xzvf pdk-0.9.tar.gz
cd pdk-0.9
python setup.py install
On Windows:
Extract the self-extracting zip archive pdk.exe to a temporary directory.
Open a command shell and type
python.exe setup.py install
assuming the Python interpreter is in your %PATH% environment variable.