From d053d1a2676d3566723a300cc19d1547d96a8550 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Tue, 14 Mar 2023 20:40:51 +0100
Subject: [PATCH] updated README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2a9978c..28b67ea 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ An interactive OpenAPI Swagger documentation can be accessed by opening the serv
 - humidity
 
 ## First start
-- run `pipenv lock` and `pipenv install` to install all dependencies
+- run `poetry install --no-root` to install all dependencies
   - This project uses some personal libraries not available on the official pypi. The source code can be found here [https://thecodelabs.de/TheCodeLabs/PythonLibs](https://thecodelabs.de/TheCodeLabs/PythonLibs)
 - copy `settings-example.json` to `settings.json`
 - check the settings
-- 
GitLab