python -m pip install SomePackage # 安裝SomePackage python -m pip install SomePackage==1.0.4 # 指定版本python ... pip uninstall SomePackage ...
確定! 回上一頁