Pipr 可为任何缺少 dependency 的 Python 文件安装 dependency,并且能产生一个 requirement.txt 文件,所以你并不需要手动去安装 dependency。
示例代码:
$ pipr -h usage: pipr [-h] [-r] [-d] filepath positional arguments: filepath The path to the Python file optional arguments: -h, --help show this help message and exit -r, --requirements Add --requirements to generate a requirements.txt file in current directory -d, --debug Add --debug to see debug output