前提
已经安装 HomeBrew
安装 Python
// Python 2.x
brew install python
// Python 3.x
brew install python3
安装包管理器 pip
sudo easy_install pip
安装 BeautifulSoup 库
// Python 2.x
pip install beautifulsoup4
// Python 3.x
pip3 install beautifulsoup4
已经安装 HomeBrew
// Python 2.x
brew install python
// Python 3.x
brew install python3
sudo easy_install pip
// Python 2.x
pip install beautifulsoup4
// Python 3.x
pip3 install beautifulsoup4
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于