Python 第三方库

> pip list #查看现有第三方库
> pip list --outdated #查看待更新库
> pip install --upgrade numpy #更新numpy库

你可能感兴趣的:(Python 第三方库)