Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 540 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 540 Bytes

Streamlit Tutorial

Base branch to start a new Streamlit generic project with multipage.

git clone https://github.com/Cryst4lDr4g0n/streamlitTutorial-eng.git

Switch branches with Git

git checkout live_coding

Virtual env

It is suggested to create a virtual environment (e.g., venv, pipenv).

pip install --user pipenv

Run

Start the virtual env:

pipenv shell

Install the required Python modules:

pip install -r requirements.txt

Start the application:

python -m streamlit run Home.py