Before running the script, ensure that your system meets the following requirements:
Python: Version 3.5.0 or higher.
Environment Update:
sudo apt update sudo apt upgrade sudo apt-get upgrade openssl
Install Python:
sudo apt-get install python3
Install Pip:
-
Download Pip:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- Check Version:
python3 -m pip version python3 --version
- Install Requests:
/usr/bin/python3 -m pip install requests
- Install Pandas:
pip3 install pandas