Documentation Update
The current Conda installation instructions for prepmd use:
conda install -c CCPBioSim prepmd
To maintain consistency with the other software packages across the CCPBioSim organisation, this should be updated to use the lowercase channel name:
conda install -c ccpbiosim prepmd
Conda channel names are case-insensitive, so this change does not affect the installation itself, but ensures that the documentation follows the naming convention used across the organisation.
Why Is This Needed?
This change will keep the prepmd installation instructions consistent with the Conda installation instructions used across other CCPBioSim software packages.
Although Conda does not differentiate between uppercase and lowercase channel names, using the lowercase ccpbiosim form provides a consistent and standardised presentation throughout the documentation.
Additional Context
No functional changes are required; this is a documentation-only update to align the Conda channel naming with the convention used across the CCPBioSim organisation.
Documentation Update
The current Conda installation instructions for
prepmduse:conda install -c CCPBioSim prepmdTo maintain consistency with the other software packages across the CCPBioSim organisation, this should be updated to use the lowercase channel name:
conda install -c ccpbiosim prepmdConda channel names are case-insensitive, so this change does not affect the installation itself, but ensures that the documentation follows the naming convention used across the organisation.
Why Is This Needed?
This change will keep the
prepmdinstallation instructions consistent with the Conda installation instructions used across other CCPBioSim software packages.Although Conda does not differentiate between uppercase and lowercase channel names, using the lowercase
ccpbiosimform provides a consistent and standardised presentation throughout the documentation.Additional Context
No functional changes are required; this is a documentation-only update to align the Conda channel naming with the convention used across the CCPBioSim organisation.