py2app只需要通过pip install py2app命令即可完成安装。相应的,py2exe需要使用命令pip install py2exe完成安装。
pip install py2app
pip install py2exe