Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation instructions to use miniforge #375

Merged
merged 9 commits into from
Jan 23, 2025
Prev Previous commit
Next Next commit
Update docs/installation.rst
Co-authored-by: Taylor Salo <tsalo90@gmail.com>
  • Loading branch information
B-Sevchik and tsalo authored Jan 17, 2025
commit dd956606d6e5e59af6e07d9f9af6455b1d6364e8
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
@@ -10,8 +10,8 @@ Installation
We **strongly recommend** using ``CuBIDS`` with environment management.
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:
Once you've installed mamba,
initialize a new mamba environment (for example, named ``cubids``) as follows:

.. code-block:: console