Install This PluginΒΆ
If you want to run this plugin locally on your Oasis to use the defined schemas, you need to add the plugin to your Oasis image.
The recommended way of doing this is to add it to the plugins table in the pyproject.toml file of your NOMAD distribution repository.
Currently the plugin is not published to PyPI and you will need to specify a git source. For this you also need to specify a version tag, branch, or commit. For example, to use the main branch you should add the following to the pyproject.toml:
[project.optional-dependencies]
plugins = [
"nomad-dtu-nanolab-plugin @ git+https://github.com/DTU-Nanolab-materials-discovery/nomad-dtu-nanolab-plugin.git@main"
]
Using Specific Versions
For production use, specify a version tag or commit hash instead of @main:
For more detailed installation instructions, visit our docs for NOMAD plugins.