Skip to content
10 changes: 8 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Installation

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

Once you've installed conda,
initialize a new conda environment (for example, named ``cubids``) as follows:
Expand All @@ -19,6 +18,13 @@ initialize a new conda environment (for example, named ``cubids``) as follows:
$ conda create -n cubids python=3.12 pip
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably remove all the conda references. Could you please delete this section?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I also change the 'conda install deno' chunk to 'mamba install deno' ? @mattcieslak

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that should work.

$ conda activate cubids

Or as follows:

.. code-block:: console

$ mamba create -n cubids python=3.12 pip
$ mamba activate cubids

You are now ready to install CuBIDS.
You can do so in one of two ways.

Expand Down
Loading