1. 程式人生 > >Python3 安裝第三方庫

Python3 安裝第三方庫

1.在安裝python 的路徑中 找到easy_install.exe工具

2.在cmd命令列中,切到easy_install.exe 所在位置,並先安裝pip.

命令:"所在路徑" /easy_install.exe pip

3.安裝完pip 後,繼續在此路徑中安裝需要的庫即可

以處理影象的Pillow為例 命令:"所在路徑" / pip install pillow