MoinMoin install
From Organic Design wiki
Download
Install
Instructions available in tar.gz distributions INSTALL file
OS X
The default installation script;
python setup.py --quiet install --record=install.log
will place the moinmoin directory into an inconvenient system directory
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages .
To install the shared files to /usr/local/share/moin;
python setup.py install --install-data='/usr/local'