From aef52f8b046ec93c367776102da8c039f8515a45 Mon Sep 17 00:00:00 2001 From: Florian Rupprecht Date: Thu, 12 Sep 2024 17:33:13 -0400 Subject: [PATCH] Minor edits --- src/2_getting_started.md | 2 +- src/2d_contributing_to_niwrap.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/2_getting_started.md b/src/2_getting_started.md index 56e219d..6de7db4 100644 --- a/src/2_getting_started.md +++ b/src/2_getting_started.md @@ -6,7 +6,7 @@ To get started install the [NiWrap](https://github.com/childmindresearch/niwrap/tree/main) Python package: ```sh -pip install -e "git+https://github.com/childmindresearch/niwrap.git/#egg=niwrap&subdirectory=python" +pip install niwrap ``` From there on running commands will be as easy as: diff --git a/src/2d_contributing_to_niwrap.md b/src/2d_contributing_to_niwrap.md index 3bb09ec..fe9ca00 100644 --- a/src/2d_contributing_to_niwrap.md +++ b/src/2d_contributing_to_niwrap.md @@ -1 +1,5 @@ # Contributing to NiWrap + +NiWrap is a large collection of Boutiques descriptors for Neuroimaging. + +If you think you found a bug in one of the interfaces, or you are missing an interface you can either report it in the [NiWrap issue tracker](https://github.com/childmindresearch/niwrap/issues), or attempt to fix it yourself.