From 07d308cec233cf80e496e67a95c592eb8c5e3a58 Mon Sep 17 00:00:00 2001 From: Alessandro Frigeri <alessandro.frigeri@inaf.it> Date: Thu, 6 Jun 2019 10:35:02 +0200 Subject: [PATCH] update name to pymoondb --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a51684..1b92133 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,23 @@ pymoondb: The python interface to the MoonDB geochemical and petrological lunar MoonDB is a NASA-funded quality-controlled data system that will preserve, digitize and curate lunar geochemical and petrological data and their associated sample metadata and analytical metadata. -__python-moondb__ is a python module which creates an interface to the Application Program Interface made available by the MoonDB project. +__Pymoondb__ is a python module which creates an interface to the Application Program Interface made available by the MoonDB project. -__python-moondb__ is being developed at [IAPS/INAF](http://www.iaps.inaf.it) in Rome, Italy. +The python module is being developed at [IAPS/INAF](http://www.iaps.inaf.it) in Rome, Italy. The MoonDB database is being developed and maintaned by the Lamont-Doherty Earth Observatory's Geoinformatics Research Group of Columbia University, New York. # Installation +1. clone the repository: + +``` +git clone https://www.ict.inaf.it/gitlab/alessandro.frigeri/pymoondb.git +``` + Within the directory where setup.py is placed, type: +``` pip install -e . - +``` To use moondb module, simply do:: -- GitLab