first commit

This commit is contained in:
Schemen
2021-02-17 17:58:45 +01:00
commit 5cb64e377a
5 changed files with 380 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# airthings-influxdb
```x-sh
git clone ssh://git@git.ponz.io:10022/elia/airthings-influxdb.git && cd airthings-influxdb
virtualenv venv -p python3
source venv/bin/activate
pip install -r requirements.txt
deactivate
```