pip install option
pip Install Option pip install --help로 Option 리스트를 볼 수 있음 help 명령어는 Keyword를 한눈에 보기 어려워 Option List를 정리하고자 함 현재문서는 단순 설명을 번역하는 수준밖에 되지 않지만 직접 사용해보면서 설명이나 know-how를 추가하겠음 설치 옵션 -r, --requirement requirements file을 명시하여 설치하고자 여러개의 package를 한번에 설치 requirements file의 형식은 다음과 같음 # Python Excel pyexcel==0.5.8 pyexcel-xls==0.5.7 pyexcel-xlsx=0.5.6 # DB Connector pyhive==0.6.0 -c --constraint 설치 package..
Programming/Python
2020. 5. 6. 16:35