1. 程式人生 > >Python模塊安裝

Python模塊安裝

ear ins -- Python之禪 port his 移除 安裝模塊 ade

安裝模塊:cmd中輸入python -m pip install 模塊名

更新模塊:cmd中輸入python -m pip install --upgrade pip 模塊名、

移除模塊:cmd中輸入python -m pip uninstall 模塊名

搜索模塊:cmd中輸入python -m pip search 模塊名

幫助:cmd中輸入python -m pip help

Python之禪:cmd中輸入python,enter之後輸入import this

Python模塊安裝