-
Notifications
You must be signed in to change notification settings - Fork 13
Update installation instructions to use miniforge #375
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
Changes from 1 commit
84925b6
9430e6c
721c372
1653215
ee8ce73
dd95660
1150186
a036127
6e99e2a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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: | ||
|
|
@@ -19,6 +18,13 @@ initialize a new conda environment (for example, named ``cubids``) as follows: | |
| $ conda create -n cubids python=3.12 pip | ||
|
||
| $ 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. | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.