Change into specific directory and make a folder for the project
Create and activate venv
python -m venv venv
source ./venv/bin/activate
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