摘要: pip 是一个现代的,通用的 Python 包管理工具 。提供了对Python 包的查找、下载、安装、卸载的功能。 官方提供的pip 示例 $ pip install requests $ pip search xml $ pip show beautifulsoup4 $ pip uninstal 阅读全文
posted @ 2019-04-01 10:45 大豆F4 阅读(643) 评论(0) 推荐(0)