forked from gxcuizy/Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
cuizhongyi
committed
Aug 13, 2018
1 parent
4a3c75e
commit 60d8658
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
## Python 小脚本,Python版本为3.6 | ||
|
||
一些第三方模块,需要自行安装,例如安装pymysql,安装方式如下: | ||
|
||
``` | ||
pip install pymysql | ||
``` | ||
|
||
其他模块的安装方法类似 | ||
|
||
### 如有问题,请联系我 | ||
|
||
个人博客地址: http://blog.y0701.com |