Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 28f18ca

Browse files
authored
Update README.md
1 parent 4021102 commit 28f18ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Como Usar
33
Para usar Primeiro Baixe As dependências
44
```bash
5-
apt install python3
6-
apt install python3-pip
7-
pip install PyQt5.QtCore
8-
pip install PyQt5.QtWidgets
9-
pip install PyQt5.QtWebEngineWidgets```
5+
sudo apt install python3
6+
sudo apt install python3-pip
7+
sudo pip install PyQt5.QtCore
8+
sudo pip install PyQt5.QtWidgets
9+
sudo pip install PyQt5.QtWebEngineWidgets```

0 commit comments

Comments
 (0)