Installation

ml3m requires Python 3.8+ and can work on Linux/MacOS/Windows. Its dependencies include the following:

The recommended way to install ml3m is via pip:

pip install ml3m

After you have installed the package, you can use the following command to check the versions and dependencies:

python -c "import ml3m; ml3m.show_versions()"

Since this package is still unstable and may frequently have new releases, you can always keep up whenever there is a new version available:

pip install --upgrade ml3m