pip도 아래 명령들을 이용하면 현재 패키지 버전들을 저정하고, 필요한 버전들을 설치할 수 있다.
python 프로젝트들이 나중에 버전이 꼬여서 난리나는거 보면
필수적인데 왜 다들 안쓸까..
pip list pip freeze > requirements.txt |
[링크 : https://intelloper.tistory.com/53]
pip install -r requirements.txt |
'Programming > python(파이썬)' 카테고리의 다른 글
cv2.stereoBM + WLS (0) | 2024.02.28 |
---|---|
matplotlib animation (0) | 2024.02.28 |
pyhthon numpy 생략없이 출력 (0) | 2024.02.26 |
matplotlib grayscale image to 3d graph (0) | 2024.02.22 |
python tcp 서버 예제 (0) | 2024.01.22 |