From 037c924d33bd08d187e1857fd13669cb1b657ad8 Mon Sep 17 00:00:00 2001 From: Alessandro Frigeri <alessandro.frigeri@inaf.it> Date: Thu, 6 Jun 2019 10:37:54 +0200 Subject: [PATCH] update name to pymoondb --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 231121e..235323c 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ The python module is being developed at [IAPS/INAF](http://www.iaps.inaf.it) in # Installation -1. clone the repository: +Step 1: clone the repository: ``` git clone https://www.ict.inaf.it/gitlab/alessandro.frigeri/pymoondb.git ``` -2. install the software; within the directory where setup.py is placed, type: +Step 2: install the software; within the directory where setup.py is placed, type: ``` pip install -e . -- GitLab