Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernadette-Mohr authored Jul 23, 2024
1 parent 32d5dbc commit 2effbf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ pip install -e '.[dev]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/
Until we have an official pypi NOMAD release with the plugins functionality. Make
sure to include NOMAD's internal package registry (e.g. via `--index-url`).

There might be cases where you want to extend the functionalities of a preexisting parser, potentially leading to conflicts with NOMAD not correctly recognizing your version. To fix this, delete the lines in `nomad/nomad/config/defaults.yaml` corresponding to the original version, and pip install NOMAD by pointing to the local directory, i.e., pip install `file:///<path-to-nomad>`.
**Linking to correct parser version**
There might be cases where you want to extend the functionalities of a preexisting parser, potentially leading to conflicts with NOMAD not correctly recognizing your modified version. To fix this, delete the lines in `nomad/nomad/config/defaults.yaml` corresponding to the original version, and pip install NOMAD by pointing to the local directory, i.e., pip install `file:///<path-to-nomad>`.

### Testing

Expand Down

0 comments on commit 2effbf8

Please sign in to comment.