Skip to content

Commit

Permalink
Merge pull request NREL#190 from softwareengineerprogrammer/main
Browse files Browse the repository at this point in the history
Editable installation update instructions
  • Loading branch information
malcolm-dsider authored Apr 24, 2024
2 parents 2b8af66 + df5f732 commit 6f12e4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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.

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
^^^^^^^^^^^

Expand Down

0 comments on commit 6f12e4f

Please sign in to comment.