InstallationΒΆ

You can either install the latest release using pip:

pip install madnis

or clone the repository and install the package in dev mode:

# clone the repository
git clone https://github.com/madgraph-ml/madnis.git
# then install in dev mode
cd madnis
pip install --editable .