Python | Windows下如何安裝pip

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張