添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

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.

  • Set up your Python development environment.
  • pip install streamlit
  • Validate the installation by running our Hello app:
    streamlit hello
  • Jump to our Main concepts .
  •