From c7f8ac7122ba92499b2b53ef50b41fa5c4984238 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Tue, 18 Jun 2024 09:14:58 +0200 Subject: [PATCH] Added extra readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d07e20c..7b9ea00 100644 --- a/README.md +++ b/README.md @@ -157,3 +157,12 @@ When bumping the version number, please update the number in Then, create a commit with tag `vX.X.X`, and push it. +## Updating to latest version (editable mode) + +When updating to the latest version of LASP in editable mode: + +```bash +- $ git pull +- $ git submodule update +- $ pip install -e . -v +``` \ No newline at end of file