1. 명령으로 패키지 목록 표준 출력 결과를 텍스트 파일 (requirements.txt)로 생성 

pip freeze > requirements.txt 


2. 다른 컴퓨터에서 1의 파일 복사 후 아래 명령 실행

pip install -r requirements.txt


3. 동일한 패키지 환경 구성 완료