PyMySql Module 설치
CODEDRAGON ㆍDevelopment/Python
반응형
PyMySql Module 설치
pip install PyMySQL
C:\Python\Python35-32\Scripts>pip install PyMySQL Collecting PyMySQL Downloading PyMySQL-0.7.11-py2.py3-none-any.whl (78kB) 100% |################################| 81kB 676kB/s Installing collected packages: PyMySQL Successfully installed PyMySQL-0.7.11
C:\Python\Python35-32\Scripts> |
'Development > Python' 카테고리의 다른 글
HTML 파일 (0) | 2020.02.25 |
---|---|
: IdNamed Placeholder (0) | 2020.02.25 |
MySql 쿼리 수행 메소드 (0) | 2020.02.25 |
데이터분석에서 데이터베이스 (0) | 2020.02.25 |
다중 상속(Multi Inheritance) (0) | 2020.02.25 |