安裝套件. ▷ pip install SomePackage (自動安裝最新版本). ▷ pip install SomePackage==1.0.4 (指定版本). ▷ pip install 'SomePackage>=1.0.4' (指定最小版本).
確定! 回上一頁