pip是python的把管理工具。提供了對Python包的查找、下載、安裝、卸載的功能。
使用pip在線安裝庫
1.1安裝單個package
格式如下:
pipinstallSomePackage
示例如下:
比如:pipinstallscipy
或者指定版本安裝:pipinstallscipy==1.3.0
1.2安裝多個package
示例如下:
pipinstall-rreq.txt
req.txt可以通過以下命令獲取:
pipfreeze>req.txt
以上內(nèi)容為大家介紹了去哪找python庫,希望對大家有所幫助,如果想要了解更多Python相關(guān)知識,請關(guān)注IT培訓(xùn)機構(gòu):千鋒教育。