试题详情

哪个选项是使用 PyInstaller 库对 Python 源文件打包的基本使用方法?

Apip -h

Bpip install <拟安装库名>

Cpip download <拟下载库名>

Dpyinstaller 需要在命令行运行 :\>pyinstaller <Python源程序文件名>