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 README.rst #21

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ associated `extras` package::

$ pip3 install fileformats-medimage-extras

For most of the converter to work, you will also need to use the ``[extended]`` install option and
install the Dcm2NiiX_ and MRtrix_ software packages. There are various ways to do this, but on
Ubuntu you can install Dcm2NiiX_ with::
For most of the converters to work, you will need to install the Dcm2NiiX_ and MRtrix_ software packages.
There are various ways to do this, but on Ubuntu you can install Dcm2NiiX_ with::

$ sudo apt install libopenjp2-7
$ curl -fLO https://github.com/rordenlab/dcm2niix/releases/latest/download/dcm2niix_lnx.zip
Expand Down
Loading