Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 authored Apr 24, 2024
1 parent 67b8b7a commit 1c45878
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,25 @@ To deploy the plugin in your local NOMAD installation, follow the next steps:
and the ```nomad.yaml``` configuration file:

```yaml
normalize:
normalizers:
include:
- MetainfoNormalizer
plugins:
# We only include our schema here. Without the explicit include, all plugins will be
# loaded. Many build in plugins require more dependencies. Install nomad-lab[parsing]
# to make all default plugins work.
include:
- 'parsers/magres'
- 'runschema'
- 'simulationworkflowschema'
options:
parsers/magres:
python_package: nomad_parser_magres
runschema:
python_package: runschema
simulationworkflowschema:
python_package: simulationworkflowschema
```
3. Add to your local NOMAD installation the same lines of your plugin ```nomad.yaml``` file.
4. Add to your local NOMAD installation environment the `PYTHONPATH` to your plugin. This can be done either by running the following command every time you start a new terminal for running the appworker, or by adding it to your virtual environment in the `<path-to-local-nomad-installation>/.pyenv/bin/activate` file:
Expand Down

0 comments on commit 1c45878

Please sign in to comment.