2018-11-27
阅读量:
969
安装beautifulsoup要注意什么?
安装Python
- 下载并安装Miniconda:
curl -OL https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-x86_64.sh
- 在安装过程中,系统会多次提示您。查看条款和条件,并为每个提示选择“是”。
- 重新启动shell会话以使PATH的更改生效。
- 检查你的Python版本:
python --version
安装beautifulsoup和修改环境变量
- 更新您的系统:
sudo apt update && sudo apt upgrade
- 使用pip安装最新版本的Beautiful Soup:
pip install beautifulsoup4
- 安装依赖项:
pip install tinydb urllib3 xlsxwriter lxml






评论(0)


暂无数据
推荐帖子
0条评论
0条评论
0条评论