命令行窗口中安装python外部库

在python目录下输入:

python -m pip install + 你所想要下载的库名称

如下载numpy库

python -m pip install numy

你可能感兴趣的:(命令行窗口中安装python外部库)