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