Skip to content

Commit

Permalink
Update dep and fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Oct 2, 2024
1 parent fa5c30a commit c75d16e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ This is a plugin for [NOMAD](https://nomad-lab.eu) which contains the parser and

## Getting started

<!-- `nomad-parser-vasp` can be installed as a PyPI package using `pip`:
`nomad-parser-vasp` can be installed as a PyPI package using `pip`:

> [!WARNING]
> Unfortunately, the current plugin mechanism is not supported by the latest nomad-lab version on PyPI and therefore an index url pointing to the NOMAD Gitlab registry needs to be added.
```sh
pip install nomad-parser-vasp --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
``` -->


## Development

If you want to develop locally this package, clone the project and in the workspace folder, create a virtual environment (you can use Python 3.9, 3.10, or 3.11):
If you want to develop locally this package, clone the project and in the workspace folder, create a virtual environment (you can use Python 3.9, 3.10, 3.11, or 3.12):
```sh
git clone https://github.com/nomad-coe/nomad-parser-vasp.git
cd nomad-parser-vasp
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ maintainers = [
license = { file = "LICENSE" }
dependencies = [
"nomad-lab@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git@ea0e5cbc632a514ea4d7e0bca1fab105d452f94c",
"nomad-simulations@git+https://github.com/nomad-coe/nomad-simulations.git@7c101b80f14d500d6c8bc266a001444b4ba35ea9",
"nomad-simulations@git+https://github.com/nomad-coe/nomad-simulations.git@6a7668bcda0c074f8696eddccf326973acff41ac",
"python-magic-bin; sys_platform == 'win32'",
]

Expand Down

1 comment on commit c75d16e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/nomad_parser_vasp/parsers
   __init__.py9278%20–22
   parser.py311842%7–10, 31–56
src/nomad_parser_vasp/schema_packages
   __init__.py8275%9–11
   schema_package.py18180%1–38
TOTAL664039% 

Tests Skipped Failures Errors Time
1 0 💤 0 ❌ 0 🔥 11.296s ⏱️

Please sign in to comment.