From 130d260addfc727d228cc7bb1d1b4770e4d392dc Mon Sep 17 00:00:00 2001 From: peterlu14 Date: Wed, 16 Nov 2022 06:30:19 +0000 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 9cb7783..9ba6528 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ add ssh.txt in boot folder ###### Install dependencies sudo apt-get install vim git wiringpi build-essential libi2c-dev i2c-tools python-dev libffi-dev python3-pip postgresql npm + sudo apt-get install libatlas-base-dev + sudo apt-get install python3-numpy ###### wiringpi conflict need to install wiringpi: https://github.com/WiringPi/WiringPi @@ -94,6 +96,7 @@ git clone https://gitlab.com/wisetop/controller/wisetopdataserver.git ``` cd ~/wisetopdataserver pip3 install -r requirements.txt +pip3 install SQLAlchemy ``` ##### Packages version ``` @@ -358,3 +361,22 @@ $sudo vim ./sites-available/000-default.conf ##### raspberry website document: > https://www.raspberrypi.org/documentation/configuration/wireless/access-point-routed.md + +# ChangeLog +[2022.11.16] +add python package SQLAlchemy +add new column project(int4) in postgresSQL table recording_meta_datas +add new postgresSQL table project_report +add new postgresSQL table meta_project_info + +[2022.10.18] +socektTimeout from 1s -> 5s +socketListen from 3 -> 20 + +[2022.09.30] +add new column cycle(jsonb) in postgresSQL table projects + +[2022.9.28] +add python package numpy + +