본문 바로가기

오늘의 공부/tensorflow & keras

pip로 한번에 여러 패키지 설치하기(requirements.txt 파일 이용하기)

출처:https://pypi.org/

 


[1.requirements.txt 파일 생성]

 

requirements.txt 파일 패키지들

 

[2.requirements.txt에 있는 패키지들 pip로 설치하기]

 

pip install -r requirements.txt

 

 

 

 

 

[참고 사이트]

https://itholic.github.io/python-requirements/

 

[python] requirements.txt로 패키지 관리하기

requirements.txt로 패키지 한 방에 관리하기

itholic.github.io

https://pip.pypa.io/en/stable/reference/pip_uninstall/

 

pip uninstall — pip 20.2 documentation

Uninstall packages. pip is able to uninstall most installed packages. Known exceptions are: Pure distutils packages installed with python setup.py install, which leave behind no metadata to determine what files were installed. Script wrappers installed by

pip.pypa.io