Skip to content

AndreaAvignone/streamlitTutorial

Repository files navigation

Streamlit Tutorial

Branch base per avviare un nuovo progetto generico Streamlit con multipage.

git clone https://github.com/AndreaAvignone/streamlitTutorial.git

Cambiare branch con Git

git checkout live_coding

Virtual env

Si suggerisce di creare un virtual environment (e.g., venv, pipenv).

pip install --user pipenv

Run

Avviare il virtual env:

pipenv shell

Installare i moduli Python necessari:

pip install -r requirements.txt

Avviare l'applicazione:

python -m streamlit run Home.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages