updated README files

pull/69/head
13621160019@163.com 2021-10-15 14:30:17 +08:00
parent 55b5024619
commit 7eb5effd6a
5 changed files with 51 additions and 1 deletions

View File

@ -29,6 +29,14 @@ cd ~/tools/mysql-connector-python-8.0.20
python3 setup.py install
```
Download and install Python Decouple
```bash
cd ~/tools
git clone https://github.com/henriquebastos/python-decouple.git
cd ~/tools/python-decouple
python3 setup.py install
```
Install myems-aggregation service:
```bash
cd ~

View File

@ -19,6 +19,8 @@ gunicorn
openpyxl
python-decouple
## Quick Run for Development
```bash
@ -119,6 +121,14 @@ cd ~/tools/openpyxl-3.0.7
python3 setup.py install
```
Download and install Python Decouple
```bash
cd ~/tools
git clone https://github.com/henriquebastos/python-decouple.git
cd ~/tools/python-decouple
python3 setup.py install
```
* Download myems:
```bash
cd ~

View File

@ -33,6 +33,22 @@ cd ~/tools/mysql-connector-python-8.0.20
python3 setup.py install
```
Download and install Schedule
```bash
cd ~/tools
git clone https://github.com/dbader/schedule.git
cd ~/tools/schedule
python3 setup.py install
```
Download and install Python Decouple
```bash
cd ~/tools
git clone https://github.com/henriquebastos/python-decouple.git
cd ~/tools/python-decouple
python3 setup.py install
```
Install myems-cleaning service
```bash
cd ~

View File

@ -52,6 +52,14 @@ cd ~/tools/modbus-tk
python3 setup.py install
```
Download and install Python Decouple
```bash
cd ~/tools
git clone https://github.com/henriquebastos/python-decouple.git
cd ~/tools/python-decouple
python3 setup.py install
```
Install myems-modbus-tcp service
```bash
cd ~
@ -60,7 +68,7 @@ cd myems
git checkout master (or the latest release tag)
cp -R ~/myems/myems-modbus-tcp /myems-modbus-tcp
```
Create .env file based on .env.example and edit the .env file if needed:
Create .env file based on example.env and edit the .env file if needed:
```bash
cp /myems-modbus-tcp/example.env /myems-cleaning/.env
nano /myems-modbus-tcp/.env

View File

@ -80,6 +80,14 @@ cd ~/tools/openpyxl-3.0.7
python3 setup.py install
```
Download and install Python Decouple
```bash
cd ~/tools
git clone https://github.com/henriquebastos/python-decouple.git
cd ~/tools/python-decouple
python3 setup.py install
```
Install myems-normalization service:
```
cd ~