Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 410 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 410 Bytes

Getting Started - Cheat Sheet

In most of the videos we use the commands below to

  1. Clone this project: git clone
  2. Create a Python Virtual Environment: python3 -m venv venv
  3. Activate the Python Virtual Environment: source venv/bin/activate
  4. Install Scrapy using pip: pip install scrapy
  5. Listing the scrapy projects scrapy list
  6. Running the scrapy project: scrapy crawl quotes