Skip to content

Commit 0de2cd9

Browse files
Move pip package installation instruction above editable installation to keep it from getting lost in the editable instructions
1 parent 3f2adb4 commit 0de2cd9

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.rst

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,17 @@ The short URL `bit.ly/GEOPHIRES <https://bit.ly/GEOPHIRES>`__ redirects to the s
8686
Installation
8787
------------
8888

89+
Pip Package
90+
^^^^^^^^^^^
91+
92+
If you do not need to view or edit GEOPHIRES-X source code, you can consume GEOPHIRES-X as a regular, non-editable python package::
93+
94+
pip3 install https://github.com/NREL/GEOPHIRES-X/archive/main.zip
95+
96+
97+
.. (Eventually package will be published to PyPi, enabling ``pip install geophires-x``)
98+
99+
89100
Editable Installation (Recommended)
90101
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
91102

@@ -142,15 +153,6 @@ To update the editable installation with the latest GEOPHIRES version::
142153
# resolve merge conflicts, if any
143154
pip install -e .
144155

145-
Pip Package
146-
^^^^^^^^^^^
147-
148-
If you do not need to view or edit GEOPHIRES-X source code, you can consume GEOPHIRES-X as a regular, non-editable python package::
149-
150-
pip3 install https://github.com/NREL/GEOPHIRES-X/archive/main.zip
151-
152-
153-
.. (Eventually package will be published to PyPi, enabling ``pip install geophires-x``)
154156

155157

156158
Usage

0 commit comments

Comments
 (0)