Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
bb0540a2
Commit
bb0540a2
authored
Apr 09, 2020
by
Markus Scheidgen
Browse files
Updated the README.
parent
cb87c377
Pipeline
#72669
failed with stages
in 18 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
bb0540a2
...
...
@@ -20,6 +20,23 @@ standards like the [Optimade](http://www.optimade.org/) API.
## Getting started
### Using NOMAD as a Python package
You can install the
`nomad`
Python package from source distribution with pip. Please
note, that this will only install part of NOMAD's dependencies that will only allow
your to use NOMAD's client library, e.g. to access the NOMAD Archive.
```
pip install http://labdev-nomad.esc.rzg.mpg.de/dev/nomad/v0-8-0/dist/nomad-0.8.0
```
To
**use the NOMAD parsers for example**
, install the
`parsing`
extra:
```
pip install http://labdev-nomad.esc.rzg.mpg.de/dev/nomad/v0-8-0/dist/nomad-0.8.0[parsing]
nomad parse --show-backend <your-file-to-parse>
```
### For NOMAD developer
Read the
[
docs
](
https://repository.nomad-coe.eu/app/docs
)
. The documentation is also part
of the source code. It covers aspects like introduction, architecture, development setup/deployment,
contributing, and API reference.
...
...
@@ -37,6 +54,7 @@ Omitted versions are plain bugfix releases with only minor changes and fixes.
-
client library that serves archive data as objects (with tab completion) not dictionaries
-
properties and user tab in the search GUI
-
improved performance on most parsers
-
NOMAD source distribution
### v0.7.9
-
Everything to run a simple NOMAD OASIS based on the central user-management
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment