Install Requests, Numpy and Pandas

Check that you have have Python installed. In the command prompt type: python --version.

Use the following commands in the command prompt.

Requests
C:> pip install requests


NumPy
C:> pip install numpy


Pandas
C:> pip install pandas