pip---Python的包和依赖关系管理工具。常见命令如下:(需要在cmd命令行中输入)
1. pip list
2. pip install sklearn
从官网下载安装Python:
https://blog.csdn.net/xyyojl/article/details/80559500