Skip to content
Snippets Groups Projects
Commit d27eb533 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Update README.md

parent 09dfcbf7
Branches
Tags
No related merge requests found
...@@ -2,5 +2,10 @@ ...@@ -2,5 +2,10 @@
Accepts sensor data and saves them into a database. The saved data can be accessed via api. 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment