Install procedure
-----------------

        % tar -xJf pyatspi-2.57.0.tar.xz            # unpack the sources
        % cd pyatspi-2.57.0                         # change to the toplevel directory
% mkdir build                                       # create a build directory
cd build                                            # Change to the build directory
        % meson setup ..                            # Prepare meson for build
        % ninja                                     # build pyatspi

        [ Become root if necessary ]
        % ninja install                             # install pyatspi

Requirements
------------

        Meson

        python
        glib
        libatspi (from at-spi2-core)
        dbus-python (if tests are enabled)
        libxml2 (if tests are enabled)
