python3 -m venv 'venvname' ->create venv source .openai/bin/activate pip freeze > requirements.txt 요구상황 추출해내기 pip install -r requirements.txt 요구상황파일있을때 가져오기 ps aux | grep python streamlit run app.py