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

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

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

6条回答
  •  天涯浪人
    2021-01-30 16:53

    I think the current right way to do this is by pip like Pramod comments

    pip install beautifulsoup4
    

    because of last changes in Python, see discussion here. This was not so in the past.

提交回复
热议问题