python中pip工具的安装与使用
1.在网址https://pip.pypa.io/en/latest/installing 下载get-pip.py文件,放在python更目录,如python3.6目录下
2.在dos命令行中进入get-pip.py目录,输入"get-pip.py"
3.配置环境变量,在PATH中添加E:workspacePythonPython3.6Scripts
4.测试,在dos中运行 pip help
5.安装拓展库(在dos中安装)如 pip install numpy