python模块安装和更新

1、模块安装

python -m pip install SomePackage

2、模块升级

python -m pip install --upgrade SomePackage

你可能感兴趣的:(python,python,开发语言,后端)