Skip to content

Commit 84925b6

Browse files
committed
update installation instructions to use miniforge
1 parent ad54b9c commit 84925b6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/installation.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Installation
88

99
.. note::
1010
We **strongly recommend** using ``CuBIDS`` with environment management.
11-
For this, we recommend `miniconda <https://docs.conda.io/en/latest/miniconda.html>`_
12-
(`miniforge <https://github.com/conda-forge/miniforge>`_ for M1 Chip Mac Machines).
11+
For this, we recommend `miniforge <https://github.com/conda-forge/miniforge>`_.
1312

1413
Once you've installed conda,
1514
initialize a new conda environment (for example, named ``cubids``) as follows:
@@ -19,6 +18,13 @@ initialize a new conda environment (for example, named ``cubids``) as follows:
1918
$ conda create -n cubids python=3.12 pip
2019
$ conda activate cubids
2120
21+
Or as follows:
22+
23+
.. code-block:: console
24+
25+
$ mamba create -n cubids python=3.12 pip
26+
$ mamba activate cubids
27+
2228
You are now ready to install CuBIDS.
2329
You can do so in one of two ways.
2430

0 commit comments

Comments
 (0)