기본 환경 만들어 보기

가상 개발 환경 구축하기

conda create --name BaseProgram python=3.10

가상 개발 환경 활성화하기

conda activate BaseProgram

라이브러리 설치

pip install streamlit

라이브러리 설치 - openai를 사용할 경우, 아래 설치

pip install openai
pip install seaborn scikit-learn matplotlib

내가 설치한 프로그램 확인하기