Programing Language/Python
파이썬 pip 명령어
doriver
2024. 12. 20. 12:08
아래 명령어들 써봄


다른것들도 많겠지
pip install --upgrade numpy # numpy 패키지 업그레이드
pip install --upgrade matplotlib # matplotlib 패키지 업그레이드
pip uninstall numpy # numpy 패키지 제거
pip uninstall matplotlib # matplotlib 패키지 제거
pip search pandas # pandas 패키지 검색
pip search flask # flask 패키지 검색