From 327f162e3b889db75eef8d856e1dd711283b8eba Mon Sep 17 00:00:00 2001 From: Mattia Giupponi Date: Fri, 29 Jan 2021 16:51:05 +0100 Subject: [PATCH] Resolve #1: fix url for install lib via pip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db1b61d..8430460 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Quick start ----------- 1. Install the application as requirement ``` -pip install -e git+https://github.com/geosolutions-it/geonode-rndt +pip install -e git+https://github.com/geosolutions-it/geonode-rndt@setup_minimum_django_req#egg=rndt ``` 2. Add "rndt" to your INSTALLED_APPS setting like this::