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

Run Streamlit App via CMD Steps

The document outlines the steps to run a Streamlit app using the command line. It includes instructions for opening CMD, navigating to the project folder, activating a virtual environment, running the app, and accessing it in a browser. Following these steps will allow the user to successfully launch their Streamlit application.

Uploaded by

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

Run Streamlit App via CMD Steps

The document outlines the steps to run a Streamlit app using the command line. It includes instructions for opening CMD, navigating to the project folder, activating a virtual environment, running the app, and accessing it in a browser. Following these steps will allow the user to successfully launch their Streamlit application.

Uploaded by

Mohammad kaif
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Final Year Project - CMD Steps to Run Streamlit App

Step 1: Open CMD

Press Win + R, type cmd, then press Enter.

Step 2: Go to Project Folder

Type:

cd "C:\Users\KAIF\Desktop\Final year Project"

Then press Enter.

Step 3: Activate Virtual Environment

Type:

venv\Scripts\activate

If successful, your command line will start with (venv).

Step 4: Run Streamlit App

Type:

streamlit run [Link] --[Link] true

Wait for the message saying the app is running.

Step 5: Open App in Browser

Open Google Chrome or another browser and paste:

[Link]

Your app should load.

You might also like