From 10e839c17e7a7e6f3fada7842cab981f7a7b9594 Mon Sep 17 00:00:00 2001 From: Sam Germain Date: Thu, 4 Nov 2021 07:26:17 -0600 Subject: [PATCH] Update setup.sh python versions 3.7 to 3.9 --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 3c76ebb0c..16ccde0df 100755 --- a/setup.sh +++ b/setup.sh @@ -219,7 +219,7 @@ function install() { install_redhat else echo "This script does not support your OS." - echo "If you have Python version 3.6 - 3.9, pip, virtualenv, ta-lib you can continue." + echo "If you have Python version 3.7 - 3.9, pip, virtualenv, ta-lib you can continue." echo "Wait 10 seconds to continue the next install steps or use ctrl+c to interrupt this shell." sleep 10 fi