From 913061987d74de77be53a254341e3d1ce0e14e1a Mon Sep 17 00:00:00 2001 From: "13621160019@163.com" <13621160019@163.com> Date: Sat, 30 Oct 2021 18:53:35 +0800 Subject: [PATCH] updated README --- README.md | 2 +- myems-api/installation_macos_zh.md | 6 +++--- myems-normalization/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index efe023fd..4a65309b 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ python3 myems-api/test_mysql.py ``` cd myems/web -npm install +npm install npm run build ``` diff --git a/myems-api/installation_macos_zh.md b/myems-api/installation_macos_zh.md index f4be0ecf..ab34a5a3 100644 --- a/myems-api/installation_macos_zh.md +++ b/myems-api/installation_macos_zh.md @@ -97,9 +97,9 @@ $ pip3 install simplejson # 安装mysql-connector-python $ cd ~/tools -$ wget https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.20.tar.gz -$ tar xzf mysql-connector-python-8.0.20.tar.gz -$ cd ~/tools/mysql-connector-python-8.0.20 +$ wget https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.23.tar.gz +$ tar xzf mysql-connector-python-8.0.23.tar.gz +$ cd ~/tools/mysql-connector-python-8.0.23 $ sudo python3 setup.py install # 安装Falcon diff --git a/myems-normalization/README.md b/myems-normalization/README.md index b01efd54..e8c7b7ab 100644 --- a/myems-normalization/README.md +++ b/myems-normalization/README.md @@ -98,7 +98,7 @@ cp -r ~/myems/myems-normalization /myems-normalization ``` Create .env file based on example.env and edit the .env file if needed: ```bash -cp /myems-normalization/example.env /myems-cleaning/.env +cp /myems-normalization/example.env /myems-normalization/.env nano /myems-normalization/.env ``` Setup systemd service: