Installing MLXP¶
You can install MLXP either from PyPI or by cloning the GitHub.
From PyPI¶
You can simply run the following command:
$ pip install MLXP
From GitHub¶
You can install this package by cloning it from the GitHub repository and then installing it with pip.
Clone the repository:
$ git clone git@github.com:inria-thoth/mlxp.git
Change to the package directory:
$ cd mlxp
Install the requirements using pip:
$ pip install -r requirements.txt
Install the package:
$ pip install .
Note: You may need to use pip3 instead of pip depending on your setup.
Before installing MLXP, make sure the requirements are installed.
Requirements¶
Requirements |
---|
hydra-core |
omegaconf |
tinydb |
setuptools |
PyYAML |
pandas |
ply |
dill |
GitPython |