python -m pip install SomePackage. 2. #安裝套件SomePackage 但不指定版本(會安裝最新版). 3. . 4. python -m pip install SomePackage==1.0.4 #指定安裝版本1.0.4 ...
確定! 回上一頁