diff --git a/README.md b/README.md index 3bb1370d6cb583551a51ecc35fb82b0a23171697..4387f4c8c876782b6d2aca4467ffb97531c2788c 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