This commit is contained in:
srcarter3 2020-09-11 17:03:16 +00:00
parent 90889f7a1b
commit 0e52b133b0
3 changed files with 9 additions and 1 deletions

View file

@ -29,6 +29,10 @@ To install the latest version of python-awips, with all required and optional pa
conda activate python3-awips
python setup.py install --force
jupyter notebook examples
**If you are experiencing issues, and have previously setup the conda environment, you may need to run:**
::
conda update --all
Requirements

View file

@ -179,6 +179,10 @@
<span class="n">jupyter</span> <span class="n">notebook</span> <span class="n">examples</span>
</pre></div>
</div>
<p><strong>If you are experiencing issues, and have previously setup the conda environment, you may need to run:</strong></p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">update</span> <span class="o">--</span><span class="nb">all</span>
</pre></div>
</div>
</div>
<div class="section" id="requirements">
<h2>Requirements<a class="headerlink" href="#requirements" title="Permalink to this headline"></a></h2>

File diff suppressed because one or more lines are too long