Epydoc can be downloaded from the SourceForge download page. Epydoc is available in five formats:
.noarch.rpm
) .win32.exe
) .tar.gz
) .zip
) .src.rpm
) If you are installing on RedHat, I recommend that you use the RPM file. If you are installing on Windows, I recommended that you use the windows installer. Otherwise, you should use one of the source install files.
rpm
to install the new package.
[/tmp]$
su
Password:[/tmp]#
rpm -i epydoc-2.0.noarch.rpm
[/tmp]#
rm epydoc-2.0.rpm
epydoc-2.0.win32.exe
. epydoc
subdirectory of your Python installation
directory (typically C:\Python22\
). Scripts
subdirectory of your Python installation
directory: epydoc.pyw
opens the graphical user
interface, and epydoc.py
calls the command line
interface. If you'd like, you can create shortcuts from these
scripts to more convenient locations (such as your desktop or start
menu). epydoc-2.0.win32.exe
. [/tmp]$
wget -q http://prdownloads.sourceforge.net/epydoc/epydoc-2.0.tar.gz
[/tmp]$
gunzip epydoc-2.0.tar.gz
[/tmp]$
tar -xvf epydoc-2.0.tar
make install
" in the eydoc-2.0/
directory to install epydoc.
[/tmp]$
cd epydoc-2.0/
[/tmp/epydoc-2.0]$
su
Password:[/tmp/epydoc-2.0]#
make install
running install running build [...] copying build/scripts/epydoc -> /usr/bin changing mode of /usr/bin/epydoc to 100775
make installdocs
". By default, this will install the
documentation to /usr/share/doc/
and the man pages to
/usr/share/man/
. If you would prefer to install
documentation to different directories (such as
/usr/lib/doc
), then edit the MAN
and
DOC
variables at the top of Makefile
before
running "make installdocs
".
[/tmp/epydoc-2.0]#
make installdocs
[/tmp/epydoc-2.0]#
cd ..
[/tmp]#
rm -r epydoc-2.0
[/tmp]#
rm epydoc-2.0.tar
[/tmp]$
wget -q http://prdownloads.sourceforge.net/epydoc/epydoc-2.0.tar.gz
[/tmp]$
gunzip epydoc-2.0.tar.gz
[/tmp]$
tar -xvf epydoc-2.0.tar
setup.py
script in the
eydoc-2.0/
directory to install epydoc.
[/tmp]$
cd epydoc-2.0/
[/tmp/epydoc-2.0]$
su
Password:[/tmp/epydoc-2.0]#
python setup.py install
running install running build [...] copying build/scripts/epydoc -> /usr/bin changing mode of /usr/bin/epydoc to 100775[/tmp/epydoc-2.0]#
cd ..
[/tmp]#
/usr/share/doc/
.
You may also want to copy the man pages to a permanat location, such
as /usr/share/man/
.
[/tmp]#
cp -r epydoc-2.0/doc/ /usr/share/doc/epydoc/
[/tmp]#
cp epydoc-2.0/man/* /usr/share/man/
[/tmp]#
rm -r epydoc-2.0
[/tmp]#
rm epydoc-2.0.tar
Epydoc 1.1 is available as an unstable debian package. Epydoc 2.0 has not yet been packaged for debian; please use one of the other install methods.
[Epydoc] | [Using] | [Epytext] | [Author] |
![]() |