Skip to content

Commit 4cc2b4e

Browse files
committed
update readme
1 parent 81bcc4e commit 4cc2b4e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
Calculadora feita com Python usando o framework [Qt](https://github.com/qt) na versão 6 com a biblioteca [PySide](https://github.com/pyside), a aplicação também usa outras bibliotecas para compor a interface, sendo elas [PyQt-Fluent-Widgets](https://github.com/zhiyiYo/PyQt-Fluent-Widgets) e [PyQt-Frameless-Window](https://github.com/zhiyiYo/PyQt-Frameless-Window), assim criando uma aplicação para Windows usando o sistema de design [FluentUI](https://github.com/microsoft/fluentui) da Microsoft.
44

5-
## Instalar
5+
## Construir
6+
7+
Dentro da pasta "app", execute o seguinte comando para compilar a aplicação e criar um executável
68

79
```
8-
pip install -r requirements.txt
10+
pyside6-deploy
911
```
1012

1113
## Licença
1214

13-
[GPLv3](https://github.com/OLuwis/Python-Calculadora/blob/main/LICENSE)
15+
[GPLv3](https://github.com/OLuwis/Python-Calculadora/blob/main/LICENSE)

0 commit comments

Comments
 (0)