This project is a simple example of how to build a web site using streamlit.
Find documentation here
Download the source code from the repository. streamlit_starter
To install vs code, go to the official website
For windows: Install here
To install python, go to the official website
- Open vs code
- Click on
File->Open Folder - Select the folder where you downloaded the project
Open the terminal in vs code:
- Click on
Terminal->New Terminal - Type the following command in the terminal and click enter:
python -m venv .venv - Type the following command in the terminal and click enter:
source .venv/bin/activate - Type the following command in the terminal and click enter:
pip install -r requirements.txt
- Type the following command in the terminal and click enter:
streamlit run main.py