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

Commit 81bb620

Browse files
authored
Update README.md
1 parent df6ca2a commit 81bb620

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
# Como Usar
33
Para usar Primeiro Baixe As dependências
44
```bash
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
5+
sudo pacman -S python3 --noconfirm
6+
sudo pacman -S python3-pip --noconfirm
7+
sudo pacman -S python3-venv --noconfirm # Substitua pacman pelo seu gerenciador de pacotes e suas flags
8+
python3 -m venv ~/.venv
9+
source ~/.venv/bin/activate # se usa bash
10+
# source ~/.venv/bin/activate.fish # se usa fish
11+
# source ~/.venv/bin/activate.ps1 # se usa powershell
12+
pip install PyQt5 PyQtWebEngine
1013
```
1114
depois baixe o navegador
1215
```bash
13-
sudo apt install git
16+
sudo pacman -S git
1417
git clone https://github.com/pedrodev2025/Navegador-B-sico-E-Leve-Com-Python-.git
1518
```
1619
depois Entre no Repositório

0 commit comments

Comments
 (0)