From df5f7324b04e856a08eff5f96e099a0c1128c0c2 Mon Sep 17 00:00:00 2001
From: softwareengineerprogrammer
<4056124+softwareengineerprogrammer@users.noreply.github.com>
Date: Wed, 24 Apr 2024 11:43:58 -0700
Subject: [PATCH] Editable installation update instructions
---
README.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.rst b/README.rst
index a7137357..6774938f 100644
--- a/README.rst
+++ b/README.rst
@@ -119,6 +119,13 @@ Steps:
7. View and edit source code by opening the ``my-geophires-project/`` directory in an IDE or editor such as `PyCharm `__, `Spyder `__, or `Visual Studio Code `__. The GEOPHIRES-X source code will be located in the ``my-geophires-project/geophires-x`` directory. You can add your own python files in ``my-geophires-x/`` that use the source as a module as shown below.
+To update the editable installation with the latest GEOPHIRES version::
+
+ cd geophires-x
+ git pull
+ # resolve merge conflicts, if any
+ pip install -e .
+
Pip Package
^^^^^^^^^^^