美文网首页
Window中安装numpy / matplotlib的方法

Window中安装numpy / matplotlib的方法

作者: louyang | 来源:发表于2019-03-28 14:51 被阅读0次
    1. 打开命令行

    在Windows启动菜单中找到PowerShell,右键选择Run as administrator

    image.png
    2. 安装numpy
    pip3 install numpy --proxy http://10.144.1.10:8080
    
    image.png
    3. 安装matplotlib
    pip3 install matplotlib --proxy http://10.144.1.10:8080
    

    相关文章

      网友评论

          本文标题:Window中安装numpy / matplotlib的方法

          本文链接:https://www.haomeiwen.com/subject/cqpqbqtx.html