Skip to content

Commit

Permalink
Update installation guide for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhu2e committed Jul 8, 2024
1 parent f293198 commit 833dd95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_sources/ug-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Then install some dependencies via :code:`conda`:

.. code-block:: bash
conda install jupyter notebook cartopy statsmodels pykdtree
conda install jupyter notebook cartopy statsmodels pykdtree netcdf4
Once the above dependencies have been installed, simply

Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/ug-installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ <h2>Install <cite>cfr</cite><a class="headerlink" href="#install-cfr" title="Lin
</pre></div>
</div>
<p>Then install some dependencies via <code class="code docutils literal notranslate"><span class="pre">conda</span></code>:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>conda<span class="w"> </span>install<span class="w"> </span>jupyter<span class="w"> </span>notebook<span class="w"> </span>cartopy<span class="w"> </span>statsmodels<span class="w"> </span>pykdtree
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>conda<span class="w"> </span>install<span class="w"> </span>jupyter<span class="w"> </span>notebook<span class="w"> </span>cartopy<span class="w"> </span>statsmodels<span class="w"> </span>pykdtree<span class="w"> </span>netcdf4
</pre></div>
</div>
<p>Once the above dependencies have been installed, simply</p>
Expand Down
2 changes: 1 addition & 1 deletion docsrc/ug-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Then install some dependencies via :code:`conda`:

.. code-block:: bash
conda install jupyter notebook cartopy statsmodels pykdtree
conda install jupyter notebook cartopy statsmodels pykdtree netcdf4
Once the above dependencies have been installed, simply

Expand Down

0 comments on commit 833dd95

Please sign in to comment.