01 Create a venv

01

create a venv and install requests with pip

python -m venv venv
source ./venv/bin/activate
pip install requests