InstallationΒΆ

Please note that since Python>=3.5 is required, all the below commands, especially pip, also have to be the Python 3 version. This might require that you run pip3 instead.

Install COMET as a package with pip:

pip install unbabel-comet

Inside your project you can now:

import comet

or run it with our command line interface:

comet --help