Show the install command for a specific version if they need to update
Make it so commands can either have a global required version or one-off versions per command.
For example cwms-cli usgs might only need cwms-python==0.8.0 but cwms-cli users might need cwms-python==1.0.0
Document how the dependencies work for endusers
instead of saying you're on # but you need # we should show the install command. If possible the command should update to the latest MAJOR so it could include any bug fixes that may exist.
i.e. cwms-python==0.8 vs cwms-python==0.8.3 (and 0.8.5 could exist)
Show the install command for a specific version if they need to update
Make it so commands can either have a global required version or one-off versions per command.
For example
cwms-cli usgsmight only need cwms-python==0.8.0 butcwms-cli usersmight need cwms-python==1.0.0Document how the dependencies work for endusers
instead of saying
you're on # but you need #we should show the install command. If possible the command should update to the latest MAJOR so it could include any bug fixes that may exist.i.e. cwms-python==0.8 vs cwms-python==0.8.3 (and 0.8.5 could exist)