1.上传至 pip 后,可以使用 from x import x 或者 import x
2.Python 在编写 setup.py 时,如何才能把文件生成到 bin 目录下 使用 pip instal xxx 安装后,可以直接使用 xxx 命令执行