Update README.md

This commit is contained in:
Wiktor Zykubek 2023-07-10 02:14:38 +02:00
parent fe0cc065aa
commit 4a1242c92e
No known key found for this signature in database
GPG Key ID: 0DAA9DC01449FCA2

View File

@ -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)