InstallΒΆ

To install MOMAland, use:

pip install momaland

This does not include dependencies for all components of MOMAland (not everything is required for the basic usage, and some can be problematic to install on certain systems).

  • pip install "momaland[testing]" to install dependencies for API testing.

  • pip install "momaland[learning]" to install dependencies for the supplied learning algorithms.

  • pip install "momaland[all]" for all dependencies for all components.

See the AEC and Parallel API documentation for usage guides.