From e19f55712a39ce72a23d089f075f3539c0dd559d Mon Sep 17 00:00:00 2001
From: Alessandro Frigeri <alessandro.frigeri@inaf.it>
Date: Mon, 16 Sep 2019 12:00:32 +0200
Subject: [PATCH] updated documentation to get the software installed via pip

---
 README.md | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index c0d0514..6f28ef8 100644
--- a/README.md
+++ b/README.md
@@ -14,16 +14,10 @@ The python module is being developed at [IAPS/INAF](http://www.iaps.inaf.it) in
 
 # Installation
 
-Step 1: clone the repository:
+Install the package via pip:
 
 ```
-git clone https://www.ict.inaf.it/gitlab/alessandro.frigeri/pymoondb.git
-```
-
-Step 2: install the software; within the directory where setup.py is placed, type:
-
-```
-pip install -e .
+pip install pymoondb.git
 ```
 
 To use moondb module, fire up your python interpreter and simply do:
-- 
GitLab