Installation#

Requirements#

lightweight-mcnnm is compatible with Python 3.10 or later and depends on JAX and NumPy.

Installing from PyPI#

The simplest way to install lightweight-mcnnm and its dependencies is from PyPI using pip:

$ pip install lightweight-mcnnm

Upgrading#

To upgrade lightweight-mcnnm to the latest version, use:

$ pip install -U lightweight-mcnnm

Installing for Development#

If you want to contribute to lightweight-mcnnm or modify the source code, you can install it in development mode. You can view the project’s README on GitHub for more details: README on GitHub