Skip to content

Commit 6f12e4f

Browse files
Merge pull request NREL#190 from softwareengineerprogrammer/main
Editable installation update instructions
2 parents 2b8af66 + df5f732 commit 6f12e4f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ Steps:
119119

120120
7. View and edit source code by opening the ``my-geophires-project/`` directory in an IDE or editor such as `PyCharm <https://www.jetbrains.com/pycharm/>`__, `Spyder <https://www.spyder-ide.org/>`__, or `Visual Studio Code <https://code.visualstudio.com/>`__. 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.
121121

122+
To update the editable installation with the latest GEOPHIRES version::
123+
124+
cd geophires-x
125+
git pull
126+
# resolve merge conflicts, if any
127+
pip install -e .
128+
122129
Pip Package
123130
^^^^^^^^^^^
124131

0 commit comments

Comments
 (0)