请参见上方的图片链接
I want to execute "$ yo hyperledger-composer:businessnetwork" command from the python script file to generate a hyperledger business network template.
从ubutnu终端执行“ yo hyperledger-composer:businessnetwork”时,需要在终端中多次输入才能成功完成执行过程。
from subprocess import call
call('yo hyperledger-composer:businessnetwork', shell=True)
但这不能让我从python脚本中注入所需的输入。
我需要有关如何执行此操作的帮助。由于我是python的新手,所以希望工作代码是一个帮助而不是术语。