I try to install BeautifulSoup library for HTML parsing. I try to use the pip command. I have completed the preliminaries. I add C:\Python27; in the PATH. I ran it typing python and import pip. It's all ok.I type
>>>pip install beautifulsoup4
File "<stdin>", line 1
pip install beautifulsoup4
^
>>>python -m pip install beautifulsoup4
File "<stdin>", line 1
python -m pip install beautifulsoup4
^
What step do I miss? I cannot figure out. The site of the library.