Skip to content

Install This Plugin

Install nomad-plugins-metadata as a CLI/tooling dependency in the environment where you generate plugin metadata.

Use a tag (example below) or pinned commit:

pip install "git+https://github.com/FAIRmat-NFDI/nomad-plugins-metadata.git@v1.0.0"

With uv:

uv pip install "git+https://github.com/FAIRmat-NFDI/nomad-plugins-metadata.git@v1.0.0"

Option 2: Install latest development version (not stable)

pip install "git+https://github.com/FAIRmat-NFDI/nomad-plugins-metadata.git@main"

With uv:

uv pip install "git+https://github.com/FAIRmat-NFDI/nomad-plugins-metadata.git@main"

Verify installation

nomad-plugin-metadata --help

Upgrade to newest version

From a stable pinned Git ref:

pip uninstall -y nomad-plugins-metadata
pip install --no-cache-dir --force-reinstall "git+https://github.com/FAIRmat-NFDI/nomad-plugins-metadata.git@v1.0.0"

TODO

Replace Git install examples with pinned PyPI version examples after first stable PyPI publication.