728x90
반응형
1. 패키지 검색
pip search 키워드
2. 패키지 설치
pip install 패키지
3. 패키지 삭제
pip uninstall
4. 패키지 업데이트
pip install --upgrade 패키지
5. 설치된 패키지 확인
pip show 패키지
6. 설치된 전체 패키지 확인
pip list
728x90
반응형
'AI Development > TensorFlow | TFLite' 카테고리의 다른 글
[Tensorflow] Windows 환경에서의 Anaconda를 이용한 Tensorflow CPU 버전 설치하기 (에러해결법) (0) | 2017.09.05 |
---|---|
[Tensorflow] 선형회귀분석 (0) | 2017.08.22 |
[Tensorflow] 윈도우 아나콘다 가상환경 설정하기 (matplotlib.externals 에러 해결법) (2) | 2017.08.22 |
[Tensorflow] _getfullpathname: embedded null character (0) | 2017.08.21 |
[Tensorflow] 텐서플로우 수학함수, 행렬 연산 함수 (0) | 2017.08.21 |