PIP是一個(gè)現(xiàn)代的,通用的 Python 包管理工具。提供了對(duì) Python 包的查找、下載、安裝、卸載的功能。
PIP使用教程
1、壓縮包內(nèi)包含pip-9.0.1-py2.py3-none-any.whl 和pip-9.0.1.tar.gz
2、使用Win+R鍵啟動(dòng)“運(yùn)行“,輸入"cmd"并回車(chē)。
3、進(jìn)入Python安裝目錄并找到Python應(yīng)用程序
4、拖動(dòng)Python主應(yīng)用程序到命令行窗口,直至命令行窗口增加了如下代碼
5、在命令行窗口輸入“空格”,然后拖動(dòng)get-pip.py 腳本到命令行窗口?;剀?chē),這時(shí)候pip就會(huì)自動(dòng)安裝了
在windows系統(tǒng)中通過(guò)cmd直接執(zhí)行命令,常見(jiàn)的命令如下
Usage:
pip <command> [options]
Commands:
install 【 安裝包安裝 (Install packages.)】
download 【 下載下載包 (Download packages.)】
uninstall 【 卸載卸載包 (Uninstall packages.)】
freeze 【 凍結(jié)按需求格式安裝的包的輸出 (Output installed packages in requirements format.)】
list 【 列表列出已安裝的包 ( List installed packages.)】
show 【 顯示已安裝軟件包的信息 ( Show information about installed packages.)】
check 【 檢查已安裝的軟件包是否具有兼容的依賴項(xiàng) ( Verify installed packages have compatible dependencies.)】
config 【 配置管理本地和全局配置 ( Manage local and global configuration.)】
search 【 搜索PyPI查找包 (Search PyPI for packages.)】
wheel 【 根據(jù)您的需求構(gòu)建輪子 (Build wheels from your requirements.)】
hash 【 包存檔的哈希計(jì)算哈希 ( Compute hashes of package archives.)】
completion 【 用于命令完成的輔助命令 ( A helper command used for command completion.)】
debug 【 顯示對(duì)調(diào)試有用的信息 ( Show information useful for debugging.)】
help 【 幫助顯示命令的幫助 (Show help for commands.)】