Sometimes packages maintainers change the requirements.txt for their python tools to run. This could break the tools on the VM because the update just pulls down code changes but doesn't rerun the requirement.txt.
need to add a line like "pip install -r requirements.txt" after each of our git pulls in the updater.sh script in the repo
Sometimes packages maintainers change the requirements.txt for their python tools to run. This could break the tools on the VM because the update just pulls down code changes but doesn't rerun the requirement.txt.
need to add a line like "pip install -r requirements.txt" after each of our git pulls in the updater.sh script in the repo