Scrapy Installation Tutorial | scrapy cheatsheet Python
Scrapy requires Python 3.7+
Run below command
pip install Scrapy
Scrapy depends on following libraries so you can also explore them
lxml, an efficient XML and HTML parser
parsel, an HTML/XML data extraction library written on top of lxml,
w3lib, a multi-purpose helper for dealing with URLs and web page encodings
twisted, an asynchronous networking framework
cryptography and pyOpenSSL, to deal with various network-level security needs