I think I have sussessfully installed pip
then installed lxml using pip install lxml
then installed requests using pip install requests
I have also dowloaded beautifulsoup4-4.3.2 and extracted it
I have successfully ran python setup.py install
done pip install beautifulsoup4
I have added C:\Python\Scripts in the Environment variables
However when I write from bs4 import beautifulsoup4/BeautifulSoup, I get syntax error
It says that from is not recognized as an internal or external command
also when I do
soup = BeautifulSoup(r.content), it says that name BeautifulSoup is not defined
Guys please help me out with this
thanks