InstallationΒΆ

The installation of OntoMerger requires Python>3.7.

You might also take a look at the readme file of the OntoMerger repository.

Updating the Library

The package itself can be installed via pip:

$ pip install onto_merger

Upgrade your outdated OntoMerger version by using:

$ pip install onto_merger --upgrade

To check your current package version just simply run:

$ pip freeze | grep onto_merger