유용한 pip 명령어
Posted on 2021-08-30 by GKSRUDTN99
Django Rest Framework
Python
pip list --outdated
설치된 패키지들 중 버전 업이 가능한 패키지들을 보여준다.
pip freeze > requirements.txt
설치된 패키지 리스트들을 export하는 명령어
pip install -r requirements.txt
위의 명령어로 export된 리스트를 Import하는 명령어