diff --git a/related-packages/fileformats-extras/README.rst b/related-packages/fileformats-extras/README.rst index d853f62..b62750d 100644 --- a/related-packages/fileformats-extras/README.rst +++ b/related-packages/fileformats-extras/README.rst @@ -5,7 +5,7 @@ FileFormats-medimage-freesurfer Extras :target: https://github.com/nipype/pydra-freesurfer/actions/workflows/ci-cd.yaml -This is a extras module for the `fileformats-medimage-freesurfer `__ +This is a extras module for the `fileformats-vendor-freesurfer `__ fileformats extension package, which provides additional functionality to format classes (i.e. aside from basic identification and validation), such as conversion tools, metadata parsers, sample data generators, etc... @@ -16,7 +16,7 @@ Quick Installation This extension can be installed for Python 3 using *pip*:: - $ pip3 install fileformats-medimage-freesurfer-extras + $ pip3 install fileformats-vendor-freesurfer-extras This will install the package, base packages, and any other dependencies required to implement the extra functionality. diff --git a/related-packages/fileformats/README.rst b/related-packages/fileformats/README.rst index 7780cf6..8bca395 100644 --- a/related-packages/fileformats/README.rst +++ b/related-packages/fileformats/README.rst @@ -13,7 +13,7 @@ Quick Installation This extension can be installed for Python 3 using *pip*:: - $ pip3 install fileformats-medimage-freesurfer + $ pip3 install fileformats-vendor-freesurfer This will install the format extensions and dependent base packages.