Skip to content
Snippets Groups Projects
Commit 696a47b2 authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

cleaner handling of python-common in resources

python -> common/python to avoid spurious files, and better naming in
scala resources, minor fixes
parent 9b1971bf
No related branches found
No related tags found
No related merge requests found
Showing
with 22 additions and 2 deletions
# __python-common__
This repository contains the common components for building a parser for the NOMAD project. The following instructions were tested on Ubuntu 14.04.
This repository contains the common python files that are
part of the [NOMAD Laboratory](http://nomad-lab.eu).
The official version lives at
git@gitlab.mpcdf.mpg.de:nomad-lab/python-common.git
you can browse it at
https://gitlab.mpcdf.mpg.de/nomad-lab/python-common
Some things rely on having the nomad-meta-info checked out at the same level.
The simplest way to have this is to check out nomad-lab-base recursively:
git clone --recursive git@gitlab.mpcdf.mpg.de:nomad-lab/nomad-lab-base.git
then this will be in python-common within it.
# Quick Install
The following instructions were tested on Ubuntu 14.04.
The modules used for parser development are located under the 'nomadcore' package. You can setup this package in any way you like, but a simple installation script 'setup.py' is provided for ease of use. It will install the nomadcore package along with the needed dependencies. You can install the package in development mode by calling the terminal command
```sh
......@@ -40,4 +60,4 @@ or the addition can be made permanent by adding the line
export PYTHONPATH="${PYTHONPATH}:/path/to/python-common/python"
```
to your ~/.bashrc file.
\ No newline at end of file
to your ~/.bashrc file.
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment