pip對軟件的安裝、升級、卸載

安裝

pip install tornato  #安裝tornado

pip install tornado=1.0.8  #指定版本進行安裝

自動升級組件

pip install -U tornado

#升級組件到指定版本

pip install -U tornado=1.0.9

查看所有與"framework"關鍵字相關的組件

pip search framework

卸載組件

pip uninstall tornado

查看所有選項

pip help

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章