From 6eedc51720eab6798753eb2e39908ebf6c43ddd9 Mon Sep 17 00:00:00 2001 From: elmgates Date: Sun, 8 Sep 2024 10:14:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 794cdbd..938ac44 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # python-excel-to-mysql -使用方法: -1.安装3.8.9以上的python -2.更新pip -3.修改pip源为清华大学源 -python -m pip install --upgrade pip -pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -4.pip安装mysql-connector-python pandas flask -5.按需修改py文件 +使用方法: +1.安装3.8.9以上的python +2.更新pip +3.修改pip源为清华大学源 +python -m pip install --upgrade pip +pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple +4.pip安装mysql-connector-python pandas flask +5.按需修改py文件 6.run \ No newline at end of file