Installation
There are multiple ways to set up your development environment and install Streamlit. Read below to understand these options. Developing locally with Python installed on your own computer is the most common scenario.
Summary for experts
pip install streamlit
Validate the installation by running our Hello app:
streamlit hello
Jump to our
Main concepts
.