`arbol` Installation ==================== `arbol` is pure python (no C extensions) so the only requirement is python (version 2.4 or greater). After changing directory to the top of the package you should be able to install by simply invoking: :: python setup.py install To see the installation options use: :: python setup.py install --help The Makefile.am file is used for generating Makefiles for the entire CIPRES library (`arbol` is bundled with CIPRES). If you are installing `arbol` by itself you can simply ignore this Makefile.am. See the Readme_. .. _Readme: ./Readme.html