본문 바로가기

프로그래밍/python

python pip install

 

설치

$ pip install requests

 

확인

$ pip freeze

 

설명서

$ pip freeze > ./requirements.txt