0% found this document useful (0 votes)
18 views1 page

Follow These Steps To Run The Project Code

The document provides a step-by-step guide to run a project code after extracting it from a ZIP file. It instructs users to open the Terminal or Command Prompt, navigate to the extracted folder, and run the application using a specific Python command. Once launched, users can input data and view outputs through the web platform.

Uploaded by

RISHI SENTHIL
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

Follow These Steps To Run The Project Code

The document provides a step-by-step guide to run a project code after extracting it from a ZIP file. It instructs users to open the Terminal or Command Prompt, navigate to the extracted folder, and run the application using a specific Python command. Once launched, users can input data and view outputs through the web platform.

Uploaded by

RISHI SENTHIL
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Follow these steps to run the project code:

SETUP ID DONE, I HAVE EXTRACTED THE CODE, PLEASE RUN THE CODE THE
CODE, DON’T OPEN THE ZIP FILE, I THINK CODE IS PRESENT IN THE DESKTOP

● Ensure that you wait until all code files are fully extracted and visible.

3. Open the Terminal or Command Prompt:


● Navigate to the extracted folder. To open this folder in the terminal or command prompt,
you can either:
● Right-click on an empty area within the folder and select Open in terminal, or
● Click on the address bar at the top of the folder window, type `cmd`, and press Enter.

4. Run the Application:


● In the command prompt or terminal, type the following command and press Enter:

python -m streamlit run app.py

This command will launch the web platform automatically in your default web browser.

5. Using the Platform:


● you can input data and view the output as per the project's functionality.

You might also like