From d27eb533b7399fde52b5a6ba6e135e41624c11f6 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Fri, 25 Sep 2020 08:55:10 +0200
Subject: [PATCH] Update README.md

---
 README.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3bb1370..4387f4c 100644
--- a/README.md
+++ b/README.md
@@ -2,5 +2,10 @@
 
 Accepts sensor data and saves them into a database. The saved data can be accessed via api.
 
-
-
+## Installation on Raspberry Pi Zero
+- pipenv is causing some problems
+- use pipenv 2018-11-26
+- run `pipenv lock`
+- open `Pipfile.lock` and remove the `gevent` dependency
+- run `Pipenv sync`
+- install gevent manually via `pipenv install gevent`
\ No newline at end of file
-- 
GitLab