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)