From 4a1242c92ed7dc6ef6a2c1da4228fae046c1322e Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Mon, 10 Jul 2023 02:14:38 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 77fe1a3..7cf2457 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,16 @@ $ pipx install . > **_NOTE:_** This option won't create desktop entry. +## Development +Use `poetry` tool to manage project dependencies and virtual environments. +```bash +$ poetry install # in root project directory +``` + +Run application. +```bash +$ poetry run openfm-qt +``` + ## Screenshots ![Screenshot Linux](screenshot_linux.png)