Skip to content

Commit 97b2698

Browse files
authored
Merge pull request #157 from daavid00/dev
Adding brew tap cssr-tools/opm and brew trust cssr-tools/opm
2 parents 2692f2d + cc5776d commit 97b2698

6 files changed

Lines changed: 21 additions & 9 deletions

File tree

docs/_sources/examples.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The `plopm <https://github.com/cssr-tools/plopm>`_ tool facilitates the visualiz
6060
6161
pip install git+https://github.com/cssr-tools/plopm.git
6262
63-
For example, the following figures are generates with the commands:
63+
For example, the following figures are generated with the commands:
6464

6565
.. code-block:: bash
6666

docs/_sources/installation.rst.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ The supported Python versions are 3.11 to 3.14.
1414

1515
.. code-block:: bash
1616
17-
brew install cssr-tools/opm/resinsight
17+
brew tap cssr-tools/opm
18+
brew trust cssr-tools/opm
19+
brew install cssr-tools/opm/resinsight -y
1820
1921
Then, you should be able to open resinsight by typing in the terminal **resinsight**.
2022

@@ -121,7 +123,9 @@ Then, you can try to install flow (Interim Release v2026.07) by simply typing:
121123

122124
.. code-block:: console
123125
124-
brew install cssr-tools/opm/opm-simulators
126+
brew tap cssr-tools/opm
127+
brew trust cssr-tools/opm
128+
brew install cssr-tools/opm/opm-simulators -y
125129
126130
You can check if the installation of OPM Flow succeeded by typing in the terminal **flow \-\-help**.
127131

docs/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h2>Hello world<a class="headerlink" href="#hello-world" title="Link to this hea
138138
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>git+https://github.com/cssr-tools/plopm.git
139139
</pre></div>
140140
</div>
141-
<p>For example, the following figures are generates with the commands:</p>
141+
<p>For example, the following figures are generated with the commands:</p>
142142
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>plopm<span class="w"> </span>-i<span class="w"> </span>isothermal/flow/ISOTHERMAL<span class="w"> </span>-v<span class="w"> </span>sgas<span class="w"> </span>-t<span class="w"> </span><span class="s1">&#39;Isothermal simulation (end of simulation)&#39;</span>
143143
plopm<span class="w"> </span>-i<span class="w"> </span><span class="s1">&#39;immiscible/data/spe11b_time_series convective/data/spe11b_time_series&#39;</span><span class="w"> </span>-csv<span class="w"> </span><span class="m">1</span>,4<span class="w"> </span>-labels<span class="w"> </span><span class="s2">&quot;Immiscible Convective&quot;</span><span class="w"> </span>-tunits<span class="w"> </span>y<span class="w"> </span>-ylabel<span class="w"> </span><span class="s1">&#39;mobA [kg]&#39;</span><span class="w"> </span>-xformat<span class="w"> </span>.0f<span class="w"> </span>-x<span class="w"> </span><span class="s1">&#39;[0,25]&#39;</span><span class="w"> </span>-xlnum<span class="w"> </span><span class="m">6</span><span class="w"> </span>-f<span class="w"> </span><span class="m">20</span><span class="w"> </span>-d<span class="w"> </span><span class="m">10</span>,5<span class="w"> </span>-yformat<span class="w"> </span>.1e<span class="w"> </span>-e<span class="w"> </span><span class="s1">&#39;solid,solid&#39;</span><span class="w"> </span>-lw<span class="w"> </span><span class="m">4</span>
144144
</pre></div>

docs/installation.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ <h1>Installation<a class="headerlink" href="#installation" title="Link to this h
101101
<div class="admonition note">
102102
<p class="admonition-title">Note</p>
103103
<p>There are binary packages for Linux and Windows to install Resinsight, see the <a class="reference external" href="https://resinsight.org/releases/">ResInsight Documentation</a>. For macOS users, you could try to install it using <a class="reference external" href="https://brew.sh">brew</a> by executing:</p>
104-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>brew<span class="w"> </span>install<span class="w"> </span>cssr-tools/opm/resinsight
104+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>brew<span class="w"> </span>tap<span class="w"> </span>cssr-tools/opm
105+
brew<span class="w"> </span>trust<span class="w"> </span>cssr-tools/opm
106+
brew<span class="w"> </span>install<span class="w"> </span>cssr-tools/opm/resinsight<span class="w"> </span>-y
105107
</pre></div>
106108
</div>
107109
<p>Then, you should be able to open resinsight by typing in the terminal <strong>resinsight</strong>.</p>
@@ -193,7 +195,9 @@ <h3>Source build in Linux/Windows<a class="headerlink" href="#source-build-in-li
193195
<p>For macOS, there are no available binary packages, so OPM Flow needs to be built from source. Recently, a formula to build flow using brew has
194196
been added in <a class="reference external" href="https://github.com/cssr-tools/homebrew-opm">https://github.com/cssr-tools/homebrew-opm</a>.
195197
Then, you can try to install flow (Interim Release v2026.07) by simply typing:</p>
196-
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">brew install cssr-tools/opm/opm-simulators</span>
198+
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">brew tap cssr-tools/opm</span>
199+
<span class="go">brew trust cssr-tools/opm</span>
200+
<span class="go">brew install cssr-tools/opm/opm-simulators -y</span>
197201
</pre></div>
198202
</div>
199203
<p>You can check if the installation of OPM Flow succeeded by typing in the terminal <strong>flow --help</strong>.</p>

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/text/installation.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ The supported Python versions are 3.11 to 3.14.
1414

1515
.. code-block:: bash
1616
17-
brew install cssr-tools/opm/resinsight
17+
brew tap cssr-tools/opm
18+
brew trust cssr-tools/opm
19+
brew install cssr-tools/opm/resinsight -y
1820
1921
Then, you should be able to open resinsight by typing in the terminal **resinsight**.
2022

@@ -121,7 +123,9 @@ Then, you can try to install flow (Interim Release v2026.07) by simply typing:
121123

122124
.. code-block:: console
123125
124-
brew install cssr-tools/opm/opm-simulators
126+
brew tap cssr-tools/opm
127+
brew trust cssr-tools/opm
128+
brew install cssr-tools/opm/opm-simulators -y
125129
126130
You can check if the installation of OPM Flow succeeded by typing in the terminal **flow \-\-help**.
127131

0 commit comments

Comments
 (0)