Skip to content

Commit

Permalink
combined the two install commands into one, as per gonukes suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
dean-krueger committed Feb 6, 2025
1 parent 86f0221 commit 659c5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/atemplates/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h3>Get Cyclus</h3>
Current version: <b>1.6.0</b>
<br><br>
Install:
<div class="highlight-bash" style="width:97.5%"><div class="highlight"><pre><span class="nv">$ </span>conda config --add channels conda-forge<br><span class="nv">$ </span>conda install cyclus cycamore</pre></div></div>
<div class="highlight-bash" style="width:97.5%"><div class="highlight"><pre><span class="nv">$ </span>conda install -c conda-forge cyclus cycamore</pre></div></div>
Get the Source:
<ul><li><ul>
<li><a href="https://github.com/cyclus/cyclus">Cyclus</a></li>
Expand Down

0 comments on commit 659c5f4

Please sign in to comment.