Skip to content

Commit

Permalink
Add explicit instructions for setting the conda-forge channel (#85)
Browse files Browse the repository at this point in the history
* Add explicit instructions for setting the conda-forge channel (see Issue 84)

* Add note about availability through Spack (have been meaning to do that for ages)
  • Loading branch information
neilflood authored Sep 2, 2024
1 parent 2015f8e commit 01d87f0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,18 @@ read the INSTALL.txt file included inside the source bundle.
Pre-built binary `Conda <https://github.com/conda-forge/miniforge>`_ packages are available
under the 'conda-forge' channel. Once you have installed
`Conda <https://github.com/conda-forge/miniforge>`_, run the following commands on the
command line to install python-fmask: ::
command line to install python-fmask::

conda config --prepend channels conda-forge
conda config --set channel_priority strict
conda create -n myenv python-fmask
conda activate myenv

For those using the `Spack package manager <https://spack.readthedocs.io/>`_,
python-fmask is also available as::

spack install py-python-fmask

Applications that use python-fmask
----------------------------------

Expand Down

0 comments on commit 01d87f0

Please sign in to comment.