Python网络编程(第3版)官方pdf原版(中文)下载
1、确定你的电脑已经安装了pip
如果已经安装了pip 在python/Script/目录下可以看到pip.exe
我本地的安装路径:E:\python\Scripts\pip3.6.exe
2、windows下cmd
通过,命令进入到E:\python\Scripts\
然后执行e:\python\Scripts>pip install beautifulsoup4
执行如下:
e:\python>cd Scripts
e:\python\Scripts>pip install beautifulsoup4
安装结束
3、安装成功
E:\python\Lib\site-packages\bs4 会看到bs4这个目录
4、卸载beautifulsoup
卸载:使用pip</a> uninstall BeautifulSoup
转载请注明:谷谷点程序 » python3.x beautifulsoup4模块(1): windows pip 安装beautifulsoup4