설치된 package 추출하기 pip freeze > requirements.txt
필수 package 설치하기 pip install -r requirements.txt
Python 3.5.2 Chatting Client