Topics Covered
To get started with Python development first you need to have Python
installed in your machine. Let's follow below steps to install
Python 3.11
.
Python 3.11
executable.
python --version
and you should see Python version in output.
pip
Now we have python installed, lets install
requests
module using
pip
. Run the below command in
command prompt to install the module.
pip install requests