728x90
pip list --format=freeze > ./requirements.txt
버전명이 명시되고 그 결과를 ./requirements.txt에 작성
728x90
'Python' 카테고리의 다른 글
[Python] 설치된 파이썬 패키지의 종속성도 함께 보기 위한 명령어 (0) | 2023.08.28 |
---|---|
[Python] pip install mysqlclient 설치할 때 OSError: mysql_config not found 에러 (0) | 2023.08.21 |
[Python] Concurrency, multiprocessing, multithreading, asyncio 기초, 예제 (0) | 2022.11.09 |
[Python] 임포트타임과 런타임(class variable, decorator, mutable arguments) (0) | 2022.01.25 |
[Python] 해시가능하다(hashable) 정의 (0) | 2022.01.25 |