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.