python 제3자 라 이브 러 리 설치

1191 단어 python
python 제3자 라 이브 러 리 설치 방법
pip 소스 변환
거울의 원천
청 화:https://pypi.tuna.tsinghua.edu.cn/simple
콩짜개:http://pypi.douban.com/simple/
아 리:http://mirrors.aliyun.com/pypi/simple/
  • http://pypi.mirrors.ustc.edu.cn/simple/


  • pip install 라 이브 러 리 이름-i 미 러 소스 주소
  • pip install pymysql -i https://pypi.tuna.tsinghua.edu.cn/simple


  • 영구 교체
    STEP 1:
  • windows 파일 관리자 에%APPDATA%를 입력 하면 새로운 디 렉 터 리 로 이동 합 니 다
  • 단계 2:
  • 이 디 렉 터 리 아래 에 pip 폴 더 를 새로 만 들 고 들 어가 서 pip.ini 파일 을 새로 만 듭 니 다
  • STEP 3:pip.ini 파일 아래 에 다음 내용 을 입력 하 십시오
  • [global]
    timeout = 6000                             #     
    index-url = http://pypi.douban.com/simple  #      
    trusted-host = pypi.douban.com                #     


  • 링크 ux 소스
  • https://www.lfd.uci.edu/~gohlke/pythonlibs/,요구 에 맞 는 whl 파일 다운로드
    지원 하 는 whl 버 전 보기
  • import pip
    print(pip.pep425tags.get_supported())

  • 좋은 웹페이지 즐겨찾기