You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,7 @@
3
3
Para usar Primeiro Baixe As dependências
4
4
```bash
5
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
6
+
sudo pacman -S python-pip --noconfirm # Substitua pacman pelo seu gerenciador de pacotes e suas flags # a maioria das distros vem com o venv ja no pacote python mas algumas(especialmente debian/ubuntu) precisa instalar separadamente
0 commit comments