Skip to content

Commit

Permalink
clinic-app v0.9.2 add build apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzior committed May 10, 2024
1 parent 8efb29c commit 4c37471
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ pip install flet SQLAlchemy

### Запуск приложения:

#### Сборки для Windows:
В папке `builded_app` находятся две сборки:
- `windows.zip` — сборка, созданная с использованием Flutter SDK. Для запуска распакуйте архив и выполните файл `src.exe` (рекомендуемый способ).
- `demo_pyinstaller.exe` — демонстративное приложение, которое сбрасывает настройки при перезапуске.

#### Как десктопное приложение:
Откройте терминал или командную строку и выполните:
```
Expand Down
Binary file added builded_app/demo_pyinstaller.exe
Binary file not shown.
Binary file added builded_app/windows.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
flet==0.22.0
SQLAlchemy==2.0.29

0 comments on commit 4c37471

Please sign in to comment.