From 9b49c39528dcd450e718ba89edd10fc37f7a5000 Mon Sep 17 00:00:00 2001 From: Jack Marquez Date: Tue, 20 Aug 2024 12:30:57 -0400 Subject: [PATCH] [Update] Updating README file - Session II --- hands-on/session II/Materials/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hands-on/session II/Materials/README.md b/hands-on/session II/Materials/README.md index 73ada07..6ae915b 100644 --- a/hands-on/session II/Materials/README.md +++ b/hands-on/session II/Materials/README.md @@ -248,7 +248,13 @@ conda env create -f environment.yml Activate the virtual environment: ``` -conda activate somospie +conda activate NSDF-Tutorial +``` + +Install GEOtiled library: +``` +cd GEOtiled/geotiled +pip install -e . ``` Install OpenVisus dependencies: