In most of the videos we use the commands below to
- Clone this project:
git clone
- Create a Python Virtual Environment:
python3 -m venv venv
- Activate the Python Virtual Environment:
source venv/bin/activate
- Install Scrapy using pip:
pip install scrapy
- Listing the scrapy projects
scrapy list
- Running the scrapy project:
scrapy crawl quotes