網站首頁 學習教育 IT科技 金融知識 旅遊規劃 生活小知識 家鄉美食 養生小知識 健身運動 美容百科 遊戲知識 綜合知識
當前位置:趣知科普吧 > IT科技 > 

Python | Windows下如何安裝pip

欄目: IT科技 / 發佈於: / 人氣:2.14W
Windows下如何安裝pip?請看下面方法。

方法

搜尋進入python官網。

Python | Windows下如何安裝pip

下載python3.7

Python | Windows下如何安裝pip 第2張

下載exe版。

Python | Windows下如何安裝pip 第3張

點擊執行

Python | Windows下如何安裝pip 第4張

點擊安裝。安裝完成後手動配置環境變量

Python | Windows下如何安裝pip 第5張

搜尋pip。

Python | Windows下如何安裝pip 第6張

點擊下載檔案

Python | Windows下如何安裝pip 第7張

下載壓縮包。

Python | Windows下如何安裝pip 第8張

解壓到桌面。

Python | Windows下如何安裝pip 第9張

進入解壓目錄,按住Shift點擊右鍵,選擇開啟powershell(或者CMD)

Python | Windows下如何安裝pip 第10張

執行python setup.py install進行安裝。

Python | Windows下如何安裝pip 第11張

出現以下提示即爲安裝成功。

Python | Windows下如何安裝pip 第12張