赞
踩
安装之前,我们需要将 Python 的版本升级到3.7或以上,同时设置好环境变量.
pip install -i http://pypi.douban.com/simple/ --trusted-host
pypi.douban.com streamlit
显示如上图即开始下载
安装成功如下图
win+R 输入cmd 运行
streamlit hello
出现下图,按回车跳过email
浏览器输入http://localhost:8501
出现此界面则搭建成功
下载完成后打开anaconda prompt,添加虚拟环境
conda create -n streamlit python=3.7
检查虚拟环境是否添加完成
conda env list
激活虚拟环境
conda activate streamlit
安装streamlit
pip install streamlit
安装完成后在setting中添加streamlit包
streamlit run + 脚本所在地址
即可运行
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。