cia2018
  1. 利用pip3 install numpy,代表安装了数学模块
  2. pip3 install -U numpy,代表升级数学模块
  3. 有的时候需要升级pip本身,如上所示,直接执行pip3 install -U pip即可

分类:

技术点:

相关文章: