Files
songsheet_generator/app/README.md
T
2025-02-13 17:06:40 +01:00

23 lines
226 B
Markdown

# Flet app
Flet app using Flet extension.
To run the app:
1. Install dependencies from pyproject.toml:
```
poetry install
```
2. Build app:
```
poetry run flet build macos -v
```
3. Run app:
```
poetry run flet run
```