conda create -n 가상환경이름 python=3.9 openssl numpy scipy matplotlib ipython scikit-learn pandas pillow jupyter seaborn
가상 서버를 만든 후 필요한 모듈들을 설치 하자. (설치 전 접속은 필수!)
conda activate 가상환경이름
현재 필요한 모듈은 Streamlit만 있으니 해당 모듈만 설치하도록 하자.
pip install streamlit
sudo yum install git
mkdir Github
git clone 'Github URL'