업무/etc
[Linux] Streamlit 설치
sysops
2021. 11. 15. 00:40
728x90
설치환경 :
- 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 접속
728x90