Hello, Could anyone of you please advise to install BeautifulSoup to Python?
Here is what I got below:
After successful download Python 3.6.4 from Python.org and BeautifulSoup 4.6.0 from
crummy.com, I copied the "where" info from TODO.txt (" /Applications/beautifulsoup4-4.6.0" ) to
Terminal -> type in "cd /Applications/beautifulsoup4-4.6.0 python setup.py install" then click Enter.
After I click the Enter, it doesn't show a long list as should be.
Later, it appears some error info in Python as the screenshot below:
>>> from bs4 import BeautifulSoup
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
from bs4 import BeautifulSoup
ModuleNotFoundError: No module named 'bs4'
>>>
Please advise.
Thank you.