Skip to content

Commit

Permalink
added note to switch to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Nov 7, 2024
1 parent 8b744a8 commit 03ed014
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ The preferred way to contribute to the BIDScoin code base or documentation is to
pip uninstall bidscoin # Hence we need to retrospectively remove BIDScoin from site-packages
# NB: Install dcm2niix yourself (see the online installation instructions)

.. note::
Some users have reported issues with pip installing .[dev] or similar syntax on Mac,
if you encounter this issues try switching shells from zsh to bash.

3. When you wish to start a new contribution, create a new branch::

git checkout -b [topic_of_your_contribution]
Expand Down

0 comments on commit 03ed014

Please sign in to comment.