paramiko模块的安装

1.找到自己python安装的目录(默认路径:C:\Users\zhangliyuan\AppData\Local\Programs\Python\Python35)

注:cmd中所有命令

2.进入Scripts 目录安装paramiko模块(两个安装源,a是官网的源,b是阿里云的源)。

  a. pip3.exe install paramiko

  b. pip3.exe install paramiko -i  http://mirrors.aliyun.com/pypi/simple  --trusted-host mirrors.aliyun.com

 

posted @ 2016-12-16 16:03  隔壁Mr.Wang  阅读(264)  评论(0编辑  收藏  举报