1. Install PyOpenMensa

Currently only installation via git is supported, but building packages is planned (help is welcome).

1.1. Requirements

  • Python >= 3.2, Python 2.6 and Python 2.7 are currently also supported, but Python 3 is recommended.

No additional packages or libraries are needed.

1.2. Via git

git clone git://github.com/mswart/pyopenmensa

1.3. Via git submodule

If you use PyOpenMensa in a project with git as source code management tool, you can add pyopenmensa via a git submodule:

git submodule add pyopenmensa git://github.com/mswart/pyopenmensa
git commit pyopenmensa

The handling of git submodules is sometings tricky: e.g. submodule are not used per default. The git book describes all needed steps.