Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 254 Bytes

File metadata and controls

11 lines (6 loc) · 254 Bytes

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