Skip to content

Commit

Permalink
Another manual docs update to fix installation instructions error
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdawson committed Nov 21, 2024
1 parent 29f1611 commit bea1ae0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,14 @@ <h2>Download &amp; Installation<a class="headerlink" href="#download-installatio
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>conda<span class="w"> </span>install<span class="w"> </span>-c<span class="w"> </span>conda-forge<span class="w"> </span>windspharm
</pre></div>
</div>
<p>Released versions of <code class="xref py py-obj docutils literal notranslate"><span class="pre">windspharm</span></code> can be downloaded from <a class="reference external" href="https://github.com/ajdawson/windspharm/releases">Github</a>.
After downloading the source code archive, unzip it and change into the unzipped archive’s directory, then to install it:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>python<span class="w"> </span>-m<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>.
<p>You can also install with pip:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">python</span> <span class="o">-</span><span class="n">m</span> <span class="n">pip</span> <span class="n">install</span> <span class="n">windspharm</span>
</pre></div>
</div>
<p>You can also check out the source code for the development version from the <a class="reference external" href="https://github.com/ajdawson/windspharm">github repository</a> to access features which are not yet in the released version.</p>
<div class="admonition caution">
<p class="admonition-title">Caution</p>
<p>Make sure you already have pyspharm dependency installed, as it may fail to install if pip tries to do it.</p>
</div>
</section>
<section id="requirements">
<h2>Requirements<a class="headerlink" href="#requirements" title="Link to this heading"></a></h2>
Expand Down

0 comments on commit bea1ae0

Please sign in to comment.