@S-YED
- Operating System: Windows 7/8/10/11
- Disk Space: Minimum 70 GB of HDD space
- XAMPP Installation: Download the appropriate version of XAMPP from https://apache.org/downloads/ for your system (64/32 bit).
- Python Installation: Download the appropriate version of Python from https://python.org/downloads/ for your system (64/32 bit).
- Code Editor: Recommended for easier development and customization.
- Unzip the ZIP file:
- After unzipping, you'll find a folder named "Super Final".
- Navigate into the "Super Final" folder.
- Navigate into the "gecr store" folder.
- Create Virtual Environment:
-
Open Command Prompt (CMD) within the "Super Final" directory.
-
Execute the following commands:
virtualenv Environment-Name Environment-Name\Scripts\activate cd gecr store pip install -r requiremnts.txt
-
- Open XAMPP:
- Launch XAMPP application.
- Start Servers:
- Start both Apache and MySQL servers.
-
Execute Python Script:
-
In the Command Prompt within the "Super Final" directory, execute the following command:
python main.py
-
-
Access the Project:
- Open your web browser and navigate to the localhost URL generated by the Python script.
- The project will be accessible and ready to use.