"윈도우 파이썬 3 mysql-python 설치"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
 
(사용자 2명의 중간 판 8개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
*wheel 설치
*wheel 설치
<source lang="console">
<syntaxhighlight lang="console">
  pip install wheel
  pip install wheel
</source>
</syntaxhighlight>
2.
*플랫폼에 맞는 mysqlclient 설치 http://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python
*다운로드 받은 경로에서 cmd창을 열고
<syntaxhighlight lang="console">
pip install [다운로드 받은 파일 명]
</syntaxhighlight>
 
==같이 보기==
* [[윈도우 Python MySQL Connector 설치]]
* [[파이썬 MySQL 드라이버]]
 
==#==
* https://dev.mysql.com/downloads/connector/python/2.1.html 윈도우에서는 이거 쓰면 되는 거 아닌가요? --[[사용자:Jmnote|Jmnote]] ([[사용자토론:Jmnote|토론]]) 2017년 2월 10일 (금) 09:13 (KST)
 
[[분류: Python]]
[[분류: MySQL]]

2020년 11월 2일 (월) 02:31 기준 최신판

1 개요[ | ]

  • wheel 설치
 pip install wheel
pip install [다운로드 받은 파일 명]

2 같이 보기[ | ]

3 #[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}