InstallationΒΆ

libcomxml requires Python >= 2.6

To install from the PyPI:

$ pip install -U libcomxml

Alternatively, you can install libcomxml from source.

You can clone the public repo:

$ git clone https://github.com/gisce/libComXML.git

Or download one of the following:

Once you have the source, you can install it into your site-packages with

$ python setup.py install