I am trying to install Scrapy by the official Scrapy guide at http://doc.scrapy.org/en/latest/intro/install.html
In the said guide it mentions you need 4 pieces of software to be already installed to go through the installation. So I successfully installed Python 2.9.10, installed 'pip.' And checked they were installed by 'python/pip --version,' checking method suggested in Scrapy installation guide.
However I am very confused about how to install point 3 which is 'lxml' and point 4 'pyOpenSSL.'
For point 3 there is another complex installation guide (http://lxml.de/installation.html). If I don't have 'static binary distribution' then I need to download 2 more files, which I went ahead and downloaded and the installation is totally unclear, its just like a bundle of random file names, my computer doesn't even recognise the '.rpm' files. Usually there is an '.exe' file that you just click and its simple.
For point 4 also I hit a dead end. Not sure how to install OpenSSL file, just like those in point 3.
Do you have any suggestions?