Commit 34d14fd7 authored by Alessandro Frigeri's avatar Alessandro Frigeri
Browse files

update name to pymoondb

parent 07d308ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@ The python module is being developed at [IAPS/INAF](http://www.iaps.inaf.it) in
git clone https://www.ict.inaf.it/gitlab/alessandro.frigeri/pymoondb.git
```

Within the directory where setup.py is placed, type:
2. install the software; within the directory where setup.py is placed, type:

```
pip install -e .
```

To use moondb module, simply do::
To use moondb module, fire up your python interpreter and simply do:

    >>> import moondb
    >>> s_12023 = moondb.get_specimens(sc=['12023'])[0]