Skip to content

Commit

Permalink
Updated nomad-lab dependency to support new plot features (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusnasstrom authored Dec 20, 2023
1 parent 6c70408 commit 3a96488
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ This is a plugin for [NOMAD](https://nomad-lab.eu) which contains base sections
materials science measurements.

## Getting started
`nomad-measurements` can be installed from PyPI using `pip`:
`nomad-measurements` can be installed from PyPI using `pip`.
Currently we require features in `nomad-lab` which are not published to PyPI.
In order to install these a `--index-url` needs to be provided:
```sh
pip install nomad-measurements
pip install nomad-measurements --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
```
### Setting up your OASIS
Read the [NOMAD plugin documentation](https://nomad-lab.eu/prod/v1/staging/docs/plugins/plugins.html#add-a-plugin-to-your-nomad) for all details on how to deploy the plugin on your NOMAD instance.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
]
dependencies = [
"nomad-lab>=1.2.1",
"nomad-lab>=1.2.2.dev",
"xmltodict==0.13.0",
]
[project.optional-dependencies]
Expand Down

0 comments on commit 3a96488

Please sign in to comment.