How can I install the Beautiful Soup module on the Mac?

后端 未结 6 1852
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-30 16:37

I read this without finding the solution: http://docs.python.org/install/index.html

6条回答
  •  广开言路
    2021-01-30 16:50

    On advice from http://for-ref-only.blogspot.de/2012/08/installing-beautifulsoup-for-python-3.html, I used the Windows command prompt with:

    C:\Python\Scripts\easy_install c:\Python\BeautifulSoup\beautifulsoup4-4.3.1
    

    where BeautifulSoup\beautifulsoup4-4.3.1 is the downloaded and extracted beautifulsoup4-4.3.1.tar file. It works.

提交回复
热议问题