diff --git a/README.md b/README.md index db4f0492..f1cd6f87 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,9 @@ description: | and define the ```nomad.yaml``` configuration file of your NOMAD instance in the root folder with the following content: ```yaml plugins: - include: 'schema/nomad_simulations' + include: 'schemas/nomad_simulations' options: - schema/nomad_simulations: + schemas/nomad_simulations: python_package: nomad_simulations ``` @@ -80,7 +80,7 @@ You also need to add the package folder to the `PYTHONPATH` of the Python enviro export PYTHONPATH="$PYTHONPATH:" ``` -If you are working in this repository, you just need to activate the environment to start working using the ```nomad-nomad_simulations``` package. +If you are working in this repository, you just need to activate the environment to start working using the ```nomad_simulations``` package. ### Run linting and auto-formatting diff --git a/nomad.yaml b/nomad.yaml index a2becb98..bc68652c 100644 --- a/nomad.yaml +++ b/nomad.yaml @@ -6,7 +6,7 @@ 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: 'schema/nomad_simulations' + include: 'schemas/nomad_simulations' options: - schema/nomad_simulations: + schemas/nomad_simulations: python_package: nomad_simulations \ No newline at end of file