add csdr version requirement

This commit is contained in:
Jakob Ketterl
2020-08-26 20:07:58 +02:00
parent 055269504b
commit f41814c6ca
2 changed files with 15 additions and 2 deletions

View File

@ -50,7 +50,7 @@ Support and info: https://groups.io/g/openwebrx
if not featureDetector.is_available("core"):
logger.error(
"you are missing required dependencies to run openwebrx. "
"please check that the following core requirements are installed:"
"please check that the following core requirements are installed and up to date:"
)
logger.error(", ".join(featureDetector.get_requirements("core")))
return