Skip to content

Commit

Permalink
DOC #318
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored Sep 23, 2024
1 parent 5cff3b3 commit a25af84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/reference/_create_conda_env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Note that the installation takes several minutes.
<pre>
$ <b>cd ~/bluesky</b>
$ <b>conda env create \
--force \
-y \
-n bluesky_2023_3 \
-f ./environments/environment_2023_3.yml \
--solver=libmamba</b>
Expand All @@ -299,7 +299,7 @@ Note that the installation takes several minutes.
<details><summary>Details</summary>

<ul>
<li>The <code>--force</code> option will replace any existing environment by this
<li>The <code>-y</code> option will replace any existing environment by this
name without asking for confirmation. Remove this option if you wish.</li>
<li>The <code>-n bluesky_2023_3</code> sets the name of the conda environment to be
created.</li>
Expand Down

0 comments on commit a25af84

Please sign in to comment.