Download & Install
Installing Apydia is very easy if you're used to setuptools and easy_install.
Execute the following command from your favorite shell
easy_install apydia
and you're done.
If you use Markdown, reStructuredText or Textile you will have to ensure that the relating processor is installed. Usually this will be done by one or more of the following commands:
-
for Markdown:
easy_install markdown
-
for reStructuredText:
easy_install docutils
-
and for Textile:
easy_install textile
If for any reason you need do download the package manually, you can fetch the most recent version from http://pypi.python.org/pypi/Apydia.
Development Sources
To get the sourcecode of the latest, bleeding edge version of Apydia you can do a subversion checkout from the trunk:
svn co http://apydia.ematia.de/svn/apydia/trunk/ apydia

