# sudo pip3 install -r $UI_FOLDER/requirements.txt
This line can be found commented in 08-install-pioreactorui.sh
There was a mention of this not being necessary since "new: dependencies are installed with Pioreactor app"
Yet, these don't yet seem to be dependencies of pioreactor[worker] or pioreactor[leader], so I can't reproduce a working image for this reason.
# sudo pip3 install -r $UI_FOLDER/requirements.txtThis line can be found commented in 08-install-pioreactorui.sh
There was a mention of this not being necessary since "new: dependencies are installed with Pioreactor app"
Yet, these don't yet seem to be dependencies of
pioreactor[worker]orpioreactor[leader], so I can't reproduce a working image for this reason.