Skip to content

Commit

Permalink
Fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Dec 11, 2023
1 parent 969c0a4 commit 8476631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALLATION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Recommended Method

In addition to the default packages, many other developers provide
"channels" to distribute their own builds of a variety of software.
These days, the most useful channel is `conda-forge`, which provides
These days, the most useful channel is conda-forge_, which provides
everything necessary to install :term:`FiPy`.

* `install Miniconda`_ on your computer
Expand Down Expand Up @@ -110,7 +110,7 @@ Recommended Method
These lockfiles list the specific package versions used to test
:term:`FiPy` and should provide the most reproducible environment.

* Directly from conda-forge, picking and choosing desired packages, e.g.::
* Directly from conda-forge_, picking and choosing desired packages, e.g.::

$ conda create --name <MYFIPYENV> --channel conda-forge \
python=3 numpy scipy matplotlib-base future packaging mpich \
Expand Down

0 comments on commit 8476631

Please sign in to comment.