美文网首页我爱编程
Install Numpy, Scipy and Matplot

Install Numpy, Scipy and Matplot

作者: shawn233 | 来源:发表于2018-03-20 12:47 被阅读0次
    1. First, you need to ensure that you have installed pip on Ubuntu.

    If not, use the command below to get pip.

    sudo apt-get install python-pip
    
    1. Then use the following commands to install numpy, scipy and matplotlib.
    sudo pip install numpy
    sudo pip install scipy
    sudo pip install matplotlib
    

    相关文章

      网友评论

        本文标题:Install Numpy, Scipy and Matplot

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