File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,17 @@ The short URL `bit.ly/GEOPHIRES <https://bit.ly/GEOPHIRES>`__ redirects to the s
86
86
Installation
87
87
------------
88
88
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
+
89
100
Editable Installation (Recommended)
90
101
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
91
102
@@ -142,15 +153,6 @@ To update the editable installation with the latest GEOPHIRES version::
142
153
# resolve merge conflicts, if any
143
154
pip install -e .
144
155
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``)
154
156
155
157
156
158
Usage
You can’t perform that action at this time.
0 commit comments