From 60a414cfa6584fefe9c3e0ba0e2dc4391da8699f Mon Sep 17 00:00:00 2001
From: Remi Cresson <remi.cresson@inrae.fr>
Date: Tue, 6 Jun 2023 11:47:58 +0200
Subject: [PATCH] Doc: install instruction

---
 doc/index.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/index.md b/doc/index.md
index 5d48682..7a16c5c 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -8,6 +8,14 @@ Currently, supported sensors are:
 - Sentinel-2 (Theia, Level 2)
 - Sentinel-2 (Theia, Level 3)
 
+## Installation
+
+To install the latest version:
+
+```
+pip install https://gitlab.irstea.fr/umr-tetis/scenes/-/archive/develop/scenes-develop.zip --upgrade
+```
+
 ## Generic features
 
 `Scene` instances have generic methods and attributes.
-- 
GitLab