관리 메뉴

Sysops Notepad

[Linux] Streamlit 설치 본문

업무/etc

[Linux] Streamlit 설치

sysops 2021. 11. 15. 00:40

설치환경 :

- Centos 7

- Centos 8

* python 3 이 설치되어있어야 합니다.  python 3 설치 방법 : https://sysops.tistory.com/192

 

1. 설치방법

# pip3 install streamlit
# firewall-cmd  --permanent --add-port 8501/tcp
# firewall-cmd --reload
# tmux new -s StreamlitSession
# streamlit run main.py

2. http://server_ipaddress:8501 접속

Comments