Python深度学习

002Python安装numpy, matplotlib, sk

2018-11-02  本文已影响0人  panorama

系统:Mac OS,Python版本:3.7
进入Terminal执行下列命令来安装numpy, matplotlib等软件。

pip install numpy

常用命令

install Install packages.
download Download packages.
uninstall Uninstall packages.
freeze Output installed packages in requirements format.
list List installed packages.
show Show information about installed packages.
check Verify installed packages have compatible dependencies.
config Manage local and global configuration.
search Search PyPI for packages.
wheel Build wheels from your requirements.
hash Compute hashes of package archives.
completion A helper command used for command completion.
help Show help for commands.

上一篇 下一篇

猜你喜欢

热点阅读