Installation#

MLJET supports Python 3.8 or newer.

We recommend to install mljet via pip:

$ pip install mljet

Alternatively, you can install mljet from source:

$ git clone git@github.com:qnbhd/mljet.git
$ pip install flit
$ flit build