python安裝第三方包。

1.查看python版本 python -V 2.查看pip版本 pip -V 3.查看已安裝庫 python -m pip freeze 4.安裝python第三方包 python -m pip install psutil 5.卸載python第三方包 python -m pip uninstall psutil
相關文章
相關標籤/搜索