Header Ads Widget

Responsive Advertisement

[python] 파이썬 라이브러리, 패키지 설치 및 삭제 (install,uninstall)

1. 파이썬 패키지, 라이브러리 설치 import

pip install 패키지명

ex> pip install wxPython


2. 파이썬 패키지, 라이브러리 삭제

pip uninstall 패키지명

ex> pip uninstall wxPython


3. 설치된 패키지 확인

pip list


4. pip의 관련 옵션 보기 

pip

댓글 쓰기

0 댓글