# streamlit > 用于在 Python 中创建交互式、数据驱动的 web 应用程序的框架。 > 更多信息:. - 检查 Streamlit 是否安装: `streamlit hello` - 运行你的 Streamlit 应用程序: `streamlit run {{project_name}}` - 显示帮助信息: `streamlit --help` - 显示版本: `streamlit --version`