-
Download this repo or use
git clone https://github.com/zytedata/zyte-api-workshop.git
in the terminal. -
Open the repo in VSCode and type following commands
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
-
Update your Zyte API key in
custom_settings_config.py
. -
And you're good to go! Happy scraping!