InstallationΒΆ

Cablemap was tested with Python 2.5 and upwards (it was not tested against Python 3.x) and has no further dependencies. Simply install cablemap.core via:

easy_install -U cablemap.core

and you’re done.

To convert the cables into Topic Maps, install the cablemap.tm package via:

easy_install -U cablemap.tm

The cablemap.tm package has dependencies to other packages like tm which are installed automatically.

Project Versions

Previous topic

Cablemap Documentation

Next topic

Quickstart

This Page