분류 전체보기415 python 패키지 설치 _ setup.py 이용 설치 방법 파일 다운로드하여 설치 : 패키지를 다운로드한 최상위 디렉터리로 이동하여 install 명령을 실행한다. 파일 다운로드 pypi, git에서 다운로드 setup.py 상위 디렉터리로 이동 명령 실행 python setup.py install ----------------------------------------------------------------------------------------------------- git-hub를 이용한 설치 [ 방법1 ] 명령 프롬프트에서 : python -m pip install git+주소 python -m pip install git+https://github.com/pydata/pandas-datareader.git [ 방법2 ] Git Bash.. 2022. 2. 19. 이전 1 ··· 44 45 46 47 다음