Computer Tips - `pip install scrapy` doesn't work. How do I install Scrapy?

Date: 2017feb18 OS: Windows Language: Python Q. `pip install scrapy` doesn't work. How do I install Scrapy? A. This worked for me. Open the Windows command line by running cmd.exe from the start menu. Then enter:
cd \Python27\Scripts pip install lxml==3.6.0 pip install Scrapy
More discussion here http://stackoverflow.com/questions/20460890/lxml-install-on-windows-7-using-pip-and-python-2-7