macOS python3 安装 BeautifulSoup
1,python3 安装 BeautifulSoup
pip3 search bs4
pip3 install bs4
Successfully built bs4
Installing collected packages: beautifulsoup4, bs4
Successfully installed beautifulsoup4-4.6.3 bs4-0.0.1
2,导入库BeautifulSoup注意大写字母
from bs4 import BeautifulSoup
参考:
- Beautiful Soup Documentation
- Beautiful Soup 4.4.0 文档