Ideally replace `pip.install` with `exec(requests.get(url).text, self.globals)` at the cost of rebuilding `.pyc`
Ideally replace
pip.installwithexec(requests.get(url).text, self.globals)at the cost of rebuilding.pyc