Initial commit with prototypical fetch of miflora devices

This commit is contained in:
2021-03-03 14:46:14 +01:00
commit 116e1df4ff
4 changed files with 39 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# Installation Guide
## Create venv
* python3 -m venv venv
* source venv/bin/activate
* pip3 install -r requirements.txt