01-02- create venv install scrapy

01

Change into specific directory and make a folder for the project

Create and activate venv

python -m venv venv
source ./venv/bin/activate

2

pip install scrapy,

pip install scrapy

command is a this link https://scrapy.org/

Make sure pip is installed if it doesn't work

pip --version