【Python之网络爬虫】BeautifulSoup模块的安装(使用cd命令)

  1. 打开cmd
    image.png
  2. C:\Users\thens>后键入cd C:\\(也可以是C:\),得到

    image.png

      提示:cd 路径,回车之后就会退回到该路径。

  3. 路径>后输入cd 子路径,回车后就会直接进入到子路径中(注意,子路径的上一级目录必须是>前的路径),如下

    image.png

  4. 然后执行pip install beautifulsoup4,等待安装完成。

    image.png

  5. 安装完成后回到eclipse,即可运行模块bs4。
    image.png

你可能感兴趣的:(【Python之网络爬虫】BeautifulSoup模块的安装(使用cd命令))