def run(self):
# download the binaries
self.execute(self._setup_binaries, (),
msg="Downloaded the binaries from tomato_binaries.")
# install tomato
_install.run(self)
# install requirements
subprocess.call(["pip install -Ur requirements"], shell=True)
评论列表
文章目录