I tried installing epydoc on mac OSX10.10.
I did so by running
'sudo python setup.py install'
from the epydoc folder as specified in the readme. This seems to install the files correctly The weird thing is that when I fire up python and try
epydoc -help
It does not find epydoc but when I enter help() and than epydoc it does work which seems to me that it is installed but my python somehow cannot find it.
Does anyone know how I can get this package to run