python——网络爬虫快速入门【reuqests篇】
2.3 pip的使用和虚拟环境的介绍pip 是一个现代的,通用的 Python 包管理工具。提供了对 Python 包的查找、下载、安装、卸载的功能。官方提供的pip 示例$ pip install requests$ pip search xml$ pip show beautifulsoup4$ pip uninstall requestspip 换源pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/si