Step 1 - Installing Python
Prerequisites
- Python Installation: Ensure you have Python 3.x installed on your system. You can download it from python.org.
- Required Python Packages: Install the necessary Python packages using
pip
. Open your terminal or command prompt and run the following command:
plain textpip install requests pillow