Skip to content

Commit

Permalink
Merge pull request #76 from ayoubft/conda-env-create
Browse files Browse the repository at this point in the history
fix command to create conda env
  • Loading branch information
nialov authored May 20, 2024
2 parents cdcba82 + 7400881 commit 886a359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ conda
.. code:: bash
# Create new environment for fractopo (recommended but optional)
conda env create fractopo-env
conda env create -n fractopo-env
conda activate fractopo-env
# Available on conda-forge channel
conda install -c conda-forge fractopo
Expand Down

0 comments on commit 886a359

Please sign in to comment.